commit | a44b0f5edfc63dc06af9bb0ae473f7852d8d2cb6 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Sun Mar 15 03:41:52 2015 -0700 |
committer | Bryan Wu <cooloney@gmail.com> | Mon Mar 30 11:55:48 2015 -0700 |
tree | a42228eae3fb2c362982eab3a024314ccfe40458 | |
parent | 9647507aff4d885d98a884a634d360b8f2d24c10 [diff] |
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>