Skip to content

Commit 078014d

Browse files
masatakeJiri Kosina
authored andcommitted
intel_ips: fix a type in error message
Signed-off-by: Masatake YAMATO <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent edd52b1 commit 078014d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/intel_ips.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ static void ips_disable_gpu_turbo(struct ips_driver *ips)
593593
return;
594594

595595
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");
597597
else
598598
ips->__gpu_turbo_on = false;
599599
}

0 commit comments

Comments
 (0)