projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
513ee14
)
platform/x86: toshiba_acpi: Fix typo in *_cooling_method_set function
author
Azael Avalos
<coproscefalo@gmail.com>
Mon, 29 Aug 2016 15:37:36 +0000
(09:37 -0600)
committer
Darren Hart
<dvhart@linux.intel.com>
Thu, 1 Sep 2016 00:33:33 +0000
(17:33 -0700)
This patch simply fixes a typo in the error string printed in
the *_cooling_method_set function.
Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_acpi.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/toshiba_acpi.c
b/drivers/platform/x86/toshiba_acpi.c
index
158b3af
..
074bf2f
100644
(file)
--- a/
drivers/platform/x86/toshiba_acpi.c
+++ b/
drivers/platform/x86/toshiba_acpi.c
@@
-1291,7
+1291,7
@@
static int toshiba_cooling_method_set(struct toshiba_acpi_dev *dev, u32 state)
u32 result = hci_write(dev, HCI_COOLING_METHOD, state);
if (result == TOS_FAILURE)
- pr_err("ACPI call to
g
et Cooling Method failed\n");
+ pr_err("ACPI call to
s
et Cooling Method failed\n");
if (result == TOS_NOT_SUPPORTED)
return -ENODEV;