summary refs log tree commit diff
path: root/drivers/clk
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-06-27 14:16:39 +0100
committerLee Jones <lee.jones@linaro.org>2019-07-02 11:41:23 +0100
commitf3f4363b1239584efc1a22c5ca0f2308e5693c38 (patch)
tree00915b434c55d877c80b8d81be32d2c8d81871c8 /drivers/clk
parent7ee63bd74750a2c6fac31805ca0ac67f2522bfa5 (diff)
downloadlinux-f3f4363b1239584efc1a22c5ca0f2308e5693c38.tar.gz
regulator: lp87565: Fix missing break in switch statement
Currently the LP87565_DEVICE_TYPE_LP87561_Q1 case does not have a
break statement, causing it to fall through to a dev_err message.
Fix this by adding in the missing break statement.

Addresses-Coverity: ("Missing break in switch")
Fixes: 7ee63bd74750 ("regulator: lp87565: Add 4-phase lp87561 regulator support")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/clk')
0 files changed, 0 insertions, 0 deletions