summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/arizona-i2c.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2015-10-28 13:54:07 +0000
committerLee Jones <lee.jones@linaro.org>2016-01-14 08:43:58 +0000
commit9f6e872a7003ea6b7f38bcfd5ee6c1e05b18672b (patch)
treeacc2c03620433a5296df70f2f295dc49a72204bb /drivers/mfd/arizona-i2c.c
parentb79a980f7161ca09855cc641091d1afe4ef08dd8 (diff)
downloadop-kernel-dev-9f6e872a7003ea6b7f38bcfd5ee6c1e05b18672b.zip
op-kernel-dev-9f6e872a7003ea6b7f38bcfd5ee6c1e05b18672b.tar.gz
mfd: arizona-i2c: Add blank line formatting after declaration
WARNING: Missing a blank line after declarations + struct arizona *arizona = dev_get_drvdata(&i2c->dev); + arizona_dev_exit(arizona); total: 0 errors, 1 warnings, 120 lines checked Cc: patches@opensource.wolfsonmicro.com Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/arizona-i2c.c')
-rw-r--r--drivers/mfd/arizona-i2c.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/arizona-i2c.c b/drivers/mfd/arizona-i2c.c
index 4e3afd1..5fe1296 100644
--- a/drivers/mfd/arizona-i2c.c
+++ b/drivers/mfd/arizona-i2c.c
@@ -88,7 +88,9 @@ static int arizona_i2c_probe(struct i2c_client *i2c,
static int arizona_i2c_remove(struct i2c_client *i2c)
{
struct arizona *arizona = dev_get_drvdata(&i2c->dev);
+
arizona_dev_exit(arizona);
+
return 0;
}
OpenPOWER on IntegriCloud