diff options
author | Mohammad Jamal <md.jamalmohiuddin@gmail.com> | 2014-12-18 07:16:26 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-12 05:04:12 -0800 |
commit | 1558455582623b67492f630d11b94d5e4c506e5f (patch) | |
tree | 25d8921468da7ee1034357c01e6f7e6536227219 /drivers/misc | |
parent | 0ecb3dffb1f56f03cbce91fe8b03d52c2980c13b (diff) | |
download | op-kernel-dev-1558455582623b67492f630d11b94d5e4c506e5f.zip op-kernel-dev-1558455582623b67492f630d11b94d5e4c506e5f.tar.gz |
ad525x_dpot: Add a blank line after declaration
Added a blank line after declaration to fix the warning of checkpatch.pl
Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/ad525x_dpot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/ad525x_dpot.c b/drivers/misc/ad525x_dpot.c index a43053d..32f9072 100644 --- a/drivers/misc/ad525x_dpot.c +++ b/drivers/misc/ad525x_dpot.c @@ -176,6 +176,7 @@ static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg) { int value; unsigned ctrl = 0; + switch (dpot->uid) { case DPOT_UID(AD5246_ID): case DPOT_UID(AD5247_ID): |