The driver neither sleeps nor uses delays in its brightness_set op.
Use a new brightness_set_nonblocking op instead of brightness_set for
setting brightness then.

Signed-off-by: Jacek Anaszewski <[email protected]>
Cc: Paul Parsons <[email protected]>
---
 drivers/leds/leds-asic3.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/leds-asic3.c b/drivers/leds/leds-asic3.c
index 1b71eac..c23f565 100644
--- a/drivers/leds/leds-asic3.c
+++ b/drivers/leds/leds-asic3.c
@@ -109,7 +109,7 @@ static int asic3_led_probe(struct platform_device *pdev)
 
        led->cdev->name = led->name;
        led->cdev->flags = LED_CORE_SUSPENDRESUME;
-       led->cdev->brightness_set = brightness_set;
+       led->cdev->brightness_set_nonblocking = brightness_set;
        led->cdev->blink_set = blink_set;
        led->cdev->default_trigger = led->default_trigger;
 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-leds" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to