backlight: pwm_bl: Add missing curly branches in else branch
authorMatthias Kaehlcke <mka@chromium.org>
Thu, 3 Oct 2019 21:35:02 +0000 (14:35 -0700)
committerLee Jones <lee.jones@linaro.org>
Mon, 14 Oct 2019 07:57:45 +0000 (08:57 +0100)
commit349ee1228729df5c2a0cb33506cad2661e40e750
tree54be83b8e404a4fde6983de49ca2323df5fb07ad
parentde6f2a7fa2c9563266e2a3239e16b117daf22b47
backlight: pwm_bl: Add missing curly branches in else branch

Add curly braces to an 'else' branch in pwm_backlight_update_status()
to match the corresponding 'if' branch.

Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/pwm_bl.c