The driver neither sleeps nor uses delays in its brightness_set
op. Mark it fast then.

Signed-off-by: Jacek Anaszewski <[email protected]>
Cc: David S. Miller <[email protected]>
---
 drivers/leds/leds-sunfire.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/leds/leds-sunfire.c b/drivers/leds/leds-sunfire.c
index c2553c5..4d08e44 100644
--- a/drivers/leds/leds-sunfire.c
+++ b/drivers/leds/leds-sunfire.c
@@ -146,6 +146,7 @@ static int sunfire_led_generic_probe(struct platform_device 
*pdev,
                lp->brightness = LED_FULL;
                lp->brightness_set = types[i].handler;
                lp->default_trigger = types[i].default_trigger;
+               lp->flags |= LED_BRIGHTNESS_FAST;
 
                err = led_classdev_register(&pdev->dev, lp);
                if (err) {
-- 
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