Home
last modified time | relevance | path

Searched hist:"9 b2dfee3954e0b38a6a1b5305edd375defa8ad97" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/regulator/
H A Dqcom_spmi-regulator.cdiff 9b2dfee3954e0b38a6a1b5305edd375defa8ad97 Tue Jun 16 20:11:22 CEST 2015 Stephen Boyd <sboyd@codeaurora.org> regulator: qcom_spmi: Add missing braces for aligned code

drivers/regulator/qcom_spmi-regulator.c:751:3-50: code aligned
with following code on line 753
drivers/regulator/qcom_spmi-regulator.c:584:3-41: code aligned
with following code on line 587

These lines where missing braces causing the break to always
be executed even when it shouldn't be. Fix it.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>