]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 23 Feb 2013 02:43:07 +0000 (02:43 +0000)
committerStefano Babic <sbabic@denx.de>
Thu, 7 Mar 2013 16:22:57 +0000 (17:22 +0100)
commitaf73034c6ba131a93ed215098f43595637ef6ac3
tree72e41ca439d2733d4f3361968f92d7b4a0ea6070
parent920178d38133e76da8b0394b0d3f088e7afbaee7
led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set

This fixes the gpio_led driver which needs to compare againt a
STATUS_LED_ON to enable a led.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
common/cmd_led.c