The driver neither sleeps nor uses delays in its brightness_set op. Mark it fast then. Signed-off-by: Jacek Anaszewski <j.anaszewski@xxxxxxxxxxx> Cc: Paul Parsons <lost.distance@xxxxxxxxx> --- drivers/leds/leds-asic3.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/leds/leds-asic3.c b/drivers/leds/leds-asic3.c index 1b71eac..1cf542c 100644 --- a/drivers/leds/leds-asic3.c +++ b/drivers/leds/leds-asic3.c @@ -112,6 +112,7 @@ static int asic3_led_probe(struct platform_device *pdev) led->cdev->brightness_set = brightness_set; led->cdev->blink_set = blink_set; led->cdev->default_trigger = led->default_trigger; + led->cdev->flags |= LED_BRIGHTNESS_FAST; ret = led_classdev_register(&pdev->dev, led->cdev); if (ret < 0) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html