diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-18 23:48:52 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-18 23:48:52 -0800 |
| commit | f7d60162607d2cd29ade8893ec221eccf613dee3 (patch) | |
| tree | fa436e1bdb27c3cc4cc46a335ca0426e349dff11 /include/linux | |
| parent | d1d4a1d606988b6863830dde6979ec5083aaa578 (diff) | |
| parent | 00d283019bf1366a5e914e83224de6c214d41c13 (diff) | |
Merge "leds: qpnp-flash-v2: fix a possible NULL pointer access"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/leds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h index bba189a62dfd..197b61500ab7 100644 --- a/include/linux/leds.h +++ b/include/linux/leds.h @@ -49,6 +49,7 @@ struct led_classdev { #define SET_BRIGHTNESS_ASYNC (1 << 21) #define SET_BRIGHTNESS_SYNC (1 << 22) #define LED_DEV_CAP_FLASH (1 << 23) +#define LED_KEEP_TRIGGER (1 << 24) /* Set LED brightness level */ /* Must not sleep, use a workqueue if needed */ |
