mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 20:07:09 +00:00
intel_ips: fix a type in error message
Signed-off-by: Masatake YAMATO <yamato@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
edd52b1c39
commit
078014dd36
@ -593,7 +593,7 @@ static void ips_disable_gpu_turbo(struct ips_driver *ips)
|
||||
return;
|
||||
|
||||
if (!ips->gpu_turbo_disable())
|
||||
dev_err(&ips->dev->dev, "failed to disable graphis turbo\n");
|
||||
dev_err(&ips->dev->dev, "failed to disable graphics turbo\n");
|
||||
else
|
||||
ips->__gpu_turbo_on = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user