Add patches accepted for 2.6.26-rc1
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / releases / upstream / 2.6.26-rc1 / 0012-ACPI-thinkpad-acpi-fluff-really-minor-fix.patch
blobcb028018e54404df2105d4ac69ca2bdfd6b2078b
1 From 10cc92759bb5d6031d308bdde96775f74082bb44 Mon Sep 17 00:00:00 2001
2 From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
3 Date: Sat, 26 Apr 2008 01:02:27 -0300
4 Subject: ACPI: thinkpad-acpi: fluff really minor fix
6 Fix a minor (nano?) thing that bothered me at exactly at the wrong time.
8 Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
9 Signed-off-by: Len Brown <len.brown@intel.com>
10 ---
11 drivers/misc/thinkpad_acpi.c | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
14 diff --git a/drivers/misc/thinkpad_acpi.c b/drivers/misc/thinkpad_acpi.c
15 index 2ab3633..f471b46 100644
16 --- a/drivers/misc/thinkpad_acpi.c
17 +++ b/drivers/misc/thinkpad_acpi.c
18 @@ -3881,7 +3881,7 @@ static int led_set_status(unsigned int led, enum led_status_t ledstatus)
19 led * led_exp_hlbl[ledstatus]);
20 if (rc >= 0)
21 rc = ec_write(TPACPI_LED_EC_HLCL,
22 - led * led_exp_hlcl[ledstatus]);
23 + led * led_exp_hlcl[ledstatus]);
24 break;
25 case TPACPI_LED_NEW:
26 /* all others */
27 --
28 1.5.4.4