Skip to content
Snippets Groups Projects
Commit 63378673 authored by Daniel Thompson's avatar Daniel Thompson Committed by Lee Jones
Browse files

backlight: pwm_bl: Fix uninitialized variable


Currently, if the DT does not define num-interpolated-steps then
num_steps is undefined and the interpolation code will deploy randomly.
Fix with a simple initialize to zero.

Fixes: 573fe6d1 ("backlight: pwm_bl: Linear interpolation between brightness-levels")
Reported-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarDaniel Thompson <daniel.thompson@linaro.org>
Tested-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 858c5dfc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment