Skip to content

Commit

Permalink
mfd: da9052-i2c: Fix tabbing/whitespace issue
Browse files Browse the repository at this point in the history
WARNING: suspect code indent for conditional statements (8, 24)
+       if (!i2c_safe_reg(reg))
+                       return regmap_read(da9052->regmap,

total: 0 errors, 1 warnings, 226 lines checked

Cc: Support Opensource <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
  • Loading branch information
Lee Jones committed Jan 14, 2016
1 parent 8b27757 commit 5b7b2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mfd/da9052-i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static int da9052_i2c_fix(struct da9052 *da9052, unsigned char reg)
case DA9053_BA:
case DA9053_BB:
/* A dummy read to a safe register address. */
if (!i2c_safe_reg(reg))
if (!i2c_safe_reg(reg))
return regmap_read(da9052->regmap,
DA9052_PARK_REGISTER,
&val);
Expand Down

0 comments on commit 5b7b2ac

Please sign in to comment.