diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2020-06-15 16:53:23 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-06-18 13:23:15 +0300 |
commit | b92735f45f99c9bdcf93ce822fab56231e64a904 (patch) | |
tree | 6b2c99ccf16f696a1c63e4d832b74c82d1acc11d /drivers/mfd/madera-i2c.c | |
parent | 7f8a137f736f7366820c485c5a0d34d65b9d0125 (diff) | |
download | linux-b92735f45f99c9bdcf93ce822fab56231e64a904.tar.xz |
mfd: madera: Fix minor formatting issues
The mfd_cell structures inconsistently use commas on single entries in
the table, make this consistent by always using a comma. Also remove an
extra blank line.
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/madera-i2c.c')
-rw-r--r-- | drivers/mfd/madera-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/madera-i2c.c b/drivers/mfd/madera-i2c.c index 6b965eb034b6..7df5b9ba5855 100644 --- a/drivers/mfd/madera-i2c.c +++ b/drivers/mfd/madera-i2c.c @@ -88,7 +88,6 @@ static int madera_i2c_probe(struct i2c_client *i2c, if (!madera) return -ENOMEM; - madera->regmap = devm_regmap_init_i2c(i2c, regmap_16bit_config); if (IS_ERR(madera->regmap)) { ret = PTR_ERR(madera->regmap); |