All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wm831x_power: Removed duplicate mask from wm831x power driver
@ 2010-09-01 17:09 Ian Lartey
  2010-09-01 17:25 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Lartey @ 2010-09-01 17:09 UTC (permalink / raw)
  To: Anton Vorontsov; +Cc: Julia Lawall, Wolfson Patches, Mark Brown, linux-kernel

Reported-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
---
 drivers/power/wm831x_power.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/power/wm831x_power.c b/drivers/power/wm831x_power.c
index fbcc36d..a57a941 100644
--- a/drivers/power/wm831x_power.c
+++ b/drivers/power/wm831x_power.c
@@ -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)
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] wm831x_power: Removed duplicate mask from wm831x power driver
  2010-09-01 17:09 [PATCH] wm831x_power: Removed duplicate mask from wm831x power driver Ian Lartey
@ 2010-09-01 17:25 ` Mark Brown
  2010-09-01 18:36   ` Anton Vorontsov
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2010-09-01 17:25 UTC (permalink / raw)
  To: Ian Lartey; +Cc: Anton Vorontsov, Julia Lawall, Wolfson Patches, linux-kernel

On Wed, Sep 01, 2010 at 06:09:27PM +0100, Ian Lartey wrote:
> Reported-by: Julia Lawall <julia@diku.dk>
> Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>

Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] wm831x_power: Removed duplicate mask from wm831x power driver
  2010-09-01 17:25 ` Mark Brown
@ 2010-09-01 18:36   ` Anton Vorontsov
  0 siblings, 0 replies; 3+ messages in thread
From: Anton Vorontsov @ 2010-09-01 18:36 UTC (permalink / raw)
  To: Mark Brown; +Cc: Ian Lartey, Julia Lawall, Wolfson Patches, linux-kernel

On Wed, Sep 01, 2010 at 06:25:52PM +0100, Mark Brown wrote:
> On Wed, Sep 01, 2010 at 06:09:27PM +0100, Ian Lartey wrote:
> > Reported-by: Julia Lawall <julia@diku.dk>
> > Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
> 
> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-01 18:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-01 17:09 [PATCH] wm831x_power: Removed duplicate mask from wm831x power driver Ian Lartey
2010-09-01 17:25 ` Mark Brown
2010-09-01 18:36   ` Anton Vorontsov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.