Skip to content

Commit

Permalink
wm831x_power: Remove duplicate chg mask
Browse files Browse the repository at this point in the history
Reported-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
  • Loading branch information
Ian Lartey authored and Anton Vorontsov committed Sep 1, 2010
1 parent fd0964c commit 2d98dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/power/wm831x_power.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ static void wm831x_config_battery(struct wm831x *wm831x)
ret = wm831x_set_bits(wm831x, WM831X_CHARGER_CONTROL_1,
WM831X_CHG_ENA_MASK |
WM831X_CHG_FAST_MASK |
WM831X_CHG_ITERM_MASK |
WM831X_CHG_ITERM_MASK,
reg1);
if (ret != 0)
Expand Down

0 comments on commit 2d98dae

Please sign in to comment.