diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-01-15 06:52:45 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-15 15:46:56 +0400 |
commit | 62b389161fea824b6c87614daa6483ef7632f786 (patch) | |
tree | aee1ecf162d102d6d565b5d6404b69bf2f8df52e /drivers/regulator/Makefile | |
parent | 598911b42c940158caa1169092a804903bde845e (diff) | |
download | linux-62b389161fea824b6c87614daa6483ef7632f786.tar.xz |
regulator: pfuze100-regulator: Fix some checkpatch complaints
Fix the following checkpatch error and warning:
ERROR: switch and case should be at the same indent
#311: FILE: drivers/regulator/pfuze100-regulator.c:311:
+ switch (value & 0x0f) {
[...]
+ case 0x8:
[...]
+ case 0x0:
[...]
+ default:
WARNING: line over 80 characters
#312: FILE: drivers/regulator/pfuze100-regulator.c:312:
+ /* Freescale misprogrammed 1-3% of parts prior to week 8 of 2013 as ID=8 */
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator/Makefile')
0 files changed, 0 insertions, 0 deletions