From 1558455582623b67492f630d11b94d5e4c506e5f Mon Sep 17 00:00:00 2001 From: Mohammad Jamal Date: Thu, 18 Dec 2014 07:16:26 +0530 Subject: 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 --- drivers/misc/ad525x_dpot.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/misc/ad525x_dpot.c') 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): -- cgit v1.2.3