projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65807cc
)
ACPI: thinkpad-acpi: fluff really minor fix
author
Henrique de Moraes Holschuh
<hmh@hmh.eng.br>
Sat, 26 Apr 2008 04:02:27 +0000
(
01:02
-0300)
committer
Len Brown
<len.brown@intel.com>
Tue, 29 Apr 2008 13:47:02 +0000
(09:47 -0400)
Fix a minor (nano?) thing that bothered me at exactly at the wrong time.
Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/thinkpad_acpi.c
patch
|
blob
|
history
diff --git
a/drivers/misc/thinkpad_acpi.c
b/drivers/misc/thinkpad_acpi.c
index 2ab3633f4e56372c3da7b19cbafd9ded9022d73f..f471b46dcf5c7672f1cc1b032c1d041907e2bfb6 100644
(file)
--- a/
drivers/misc/thinkpad_acpi.c
+++ b/
drivers/misc/thinkpad_acpi.c
@@
-3881,7
+3881,7
@@
static int led_set_status(unsigned int led, enum led_status_t ledstatus)
led * led_exp_hlbl[ledstatus]);
if (rc >= 0)
rc = ec_write(TPACPI_LED_EC_HLCL,
-
led * led_exp_hlcl[ledstatus]);
+ led * led_exp_hlcl[ledstatus]);
break;
case TPACPI_LED_NEW:
/* all others */