mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +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