[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130116013640.GA11105@lizard.fhda.edu>
Date: Tue, 15 Jan 2013 17:36:40 -0800
From: Anton Vorontsov <anton.vorontsov@...aro.org>
To: Lee Jones <lee.jones@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
arnd@...db.de, linus.walleij@...ricsson.com
Subject: Re: [PATCH 03/18] power: ab8500_charger: Detect charger removal
On Fri, Jan 11, 2013 at 01:12:51PM +0000, Lee Jones wrote:
> Add two new work queues to provide USB and AC charger disconnect
> detection.
>
> Signed-off-by: Lee Jones <lee.jones@...aro.org>
> ---
[....]
> + if ((statval & usbch)) != usbch)
CC drivers/power/ab8500_charger.o
drivers/power/ab8500_charger.c: In function ‘ab8500_charger_usb_attached_work’:
drivers/power/ab8500_charger.c:1812:26: error: expected expression before ‘!=’ token
drivers/power/ab8500_charger.c:1812:34: error: expected statement before ‘)’ token
drivers/power/ab8500_charger.c: In function ‘ab8500_charger_ac_attached_work’:
drivers/power/ab8500_charger.c:1852:27: error: expected expression before ‘!=’ token
drivers/power/ab8500_charger.c:1852:36: error: expected statement before ‘)’ token
I fixed it up...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists