From: Mohammad Jamal Date: Thu, 18 Dec 2014 01:46:26 +0000 (+0530) Subject: ad525x_dpot: Add a blank line after declaration X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1558455582623b67492f630d11b94d5e4c506e5f;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/ad525x_dpot.c b/drivers/misc/ad525x_dpot.c index a43053daad0e..32f907245409 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):