mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
ACPI: thinkpad-acpi: fluff really minor fix
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>
This commit is contained in:
committed by
Len Brown
parent
65807cc284
commit
10cc92759b
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user