Commit 15584555 authored by Mohammad Jamal's avatar Mohammad Jamal Committed by Greg Kroah-Hartman

ad525x_dpot: Add a blank line after declaration

Added a blank line after declaration to fix the warning of checkpatch.pl
Signed-off-by: default avatarMohammad Jamal <md.jamalmohiuddin@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0ecb3dff
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment