mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
leds: Document the context brightness_set needs
Make sure there is no confusion about the contexts brightness_set can be called under by documenting it. Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
This commit is contained in:
parent
3b2e46f8c4
commit
2e214e0fa2
@ -35,6 +35,7 @@ struct led_classdev {
|
||||
#define LED_SUSPENDED (1 << 0)
|
||||
|
||||
/* Set LED brightness level */
|
||||
/* Must not sleep, use a workqueue if needed */
|
||||
void (*brightness_set)(struct led_classdev *led_cdev,
|
||||
enum led_brightness brightness);
|
||||
/* Get LED brightness level */
|
||||
|
Loading…
Reference in New Issue
Block a user