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: David S. Miller <[email protected]>
---
 drivers/leds/leds-sunfire.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/leds-sunfire.c b/drivers/leds/leds-sunfire.c
index c2553c5..0debc56 100644
--- a/drivers/leds/leds-sunfire.c
+++ b/drivers/leds/leds-sunfire.c
@@ -144,7 +144,7 @@ static int sunfire_led_generic_probe(struct platform_device 
*pdev,
                p->leds[i].reg = (void __iomem *) pdev->resource[0].start;
                lp->name = types[i].name;
                lp->brightness = LED_FULL;
-               lp->brightness_set = types[i].handler;
+               lp->brightness_set_nonblocking = types[i].handler;
                lp->default_trigger = types[i].default_trigger;
 
                err = led_classdev_register(&pdev->dev, lp);
-- 
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