Searched hist:a44b0f5e (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/leds/ |
H A D | leds-pca963x.c | a44b0f5e Sun Mar 15 05:41:52 CDT 2015 Geert Uytterhoeven <geert@linux-m68k.org> leds: pca963x: Add missing initialiation of struct led_info.flags
Only the name and default_trigger fields are initialized. Other fields (currently flags only) contain random stack data. Pre-initialize the led structure completely to fix this.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Bryan Wu <cooloney@gmail.com> a44b0f5e Sun Mar 15 05:41:52 CDT 2015 Geert Uytterhoeven <geert@linux-m68k.org> leds: pca963x: Add missing initialiation of struct led_info.flags Only the name and default_trigger fields are initialized. Other fields (currently flags only) contain random stack data. Pre-initialize the led structure completely to fix this. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Bryan Wu <cooloney@gmail.com>
|