Message ID | 20240220153532.76613-1-daniel.thompson@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Ensure all backlight drivers zero the properties structure | expand |
On Dienstag, 20. Februar 2024 16:35:23 CET Daniel Thompson wrote: > [Sorry for the RESEND so soon... embarrassingly I got Lee's e-mail > address wrong the first time!] > > Luca Weiss recently shared a patch to zero the properties structure for > lm3630a... and shortly afterwards I realized I should probably scan for > a similar class of errors in other drivers. Thanks for fixing the other drivers! Was definitely a fun one to debug :) > > Results follow in the next four patches (they could all be one patch but > for the fact there are different Fixes: tags)! > > Daniel Thompson (4): > backlight: da9052: Fully initialize backlight_properties during probe > backlight: lm3639: Fully initialize backlight_properties during probe > backlight: lp8788: Fully initialize backlight_properties during probe > backlight: mp3309c: Fully initialize backlight_properties during probe > > drivers/video/backlight/da9052_bl.c | 1 + > drivers/video/backlight/lm3639_bl.c | 1 + > drivers/video/backlight/lp8788_bl.c | 1 + > drivers/video/backlight/mp3309c.c | 1 + > 4 files changed, 4 insertions(+) > > > base-commit: b401b621758e46812da61fa58a67c3fd8d91de0d > -- > 2.43.0 > >
On Tue, 20 Feb 2024, Daniel Thompson wrote: > [Sorry for the RESEND so soon... embarrassingly I got Lee's e-mail > address wrong the first time!] > > Luca Weiss recently shared a patch to zero the properties structure for > lm3630a... and shortly afterwards I realized I should probably scan for ^ > a similar class of errors in other drivers. > > Results follow in the next four patches (they could all be one patch but > for the fact there are different Fixes: tags)! > > Daniel Thompson (4): > backlight: da9052: Fully initialize backlight_properties during probe ^ > backlight: lm3639: Fully initialize backlight_properties during probe ^ > backlight: lp8788: Fully initialize backlight_properties during probe ^ > backlight: mp3309c: Fully initialize backlight_properties during probe ^ I think you may have the wrong locale set mate! :) > drivers/video/backlight/da9052_bl.c | 1 + > drivers/video/backlight/lm3639_bl.c | 1 + > drivers/video/backlight/lp8788_bl.c | 1 + > drivers/video/backlight/mp3309c.c | 1 + > 4 files changed, 4 insertions(+) > > > base-commit: b401b621758e46812da61fa58a67c3fd8d91de0d > -- > 2.43.0 >
On Tue, 20 Feb 2024 15:35:23 +0000, Daniel Thompson wrote: > [Sorry for the RESEND so soon... embarrassingly I got Lee's e-mail > address wrong the first time!] > > Luca Weiss recently shared a patch to zero the properties structure for > lm3630a... and shortly afterwards I realized I should probably scan for > a similar class of errors in other drivers. > > [...] Applied, thanks! [1/4] backlight: da9052: Fully initialize backlight_properties during probe commit: fc159b40e7980e7f78dbaa72dcc4e8f523dbfd92 [2/4] backlight: lm3639: Fully initialize backlight_properties during probe commit: aeb7ab878e90041776eae839faa117570dbcce93 [3/4] backlight: lp8788: Fully initialize backlight_properties during probe commit: cd1995b6ac7384149ad755b74e3c3eb25195ab81 -- Lee Jones [李琼斯]