Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backlight: mp3309c: Fully initialize backlight_properties during probe
props is stack allocated and, although this driver initializes all the fields that are not "owned" by the framework, we'd still like to ensure it is zeroed to avoid problems from this driver if the fields change. Signed-off-by: Daniel Thompson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
- Loading branch information