- New Functionality
   - Ensure correct includes are present and remove some that are not required
   - Drop redundant of_match_ptr() call to cast pointer to NULL

 - Bug Fixes
   - Revert to old (expected) behaviour of initialising PWM state on first brightness change
   - Correctly handle / propagate errors
   - Fix 'sometimes-uninitialised' issues
backlight: led_bl: Remove redundant of_match_ptr()

The driver depends on CONFIG_OF, it is not necessary to use
of_match_ptr() here.

Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Link: https://lore.kernel.org/r/20230818012308.2058373-1-ruanjinjie@huawei.com
Signed-off-by: Lee Jones <lee@kernel.org>
1 file changed