diff options
Diffstat (limited to 'drivers/platform/x86/intel_ips.c')
-rw-r--r-- | drivers/platform/x86/intel_ips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel_ips.c b/drivers/platform/x86/intel_ips.c index c0242ed13d9e..ecd36e332c3c 100644 --- a/drivers/platform/x86/intel_ips.c +++ b/drivers/platform/x86/intel_ips.c | |||
@@ -593,7 +593,7 @@ static void ips_disable_gpu_turbo(struct ips_driver *ips) | |||
593 | return; | 593 | return; |
594 | 594 | ||
595 | if (!ips->gpu_turbo_disable()) | 595 | if (!ips->gpu_turbo_disable()) |
596 | dev_err(&ips->dev->dev, "failed to disable graphis turbo\n"); | 596 | dev_err(&ips->dev->dev, "failed to disable graphics turbo\n"); |
597 | else | 597 | else |
598 | ips->__gpu_turbo_on = false; | 598 | ips->__gpu_turbo_on = false; |
599 | } | 599 | } |