[PATCH v6 1/7] power: act8945a_charger: Remove "battery_temperature"

Sebastian Reichel sre at kernel.org
Fri Aug 19 08:43:36 PDT 2016


Hi,

On Fri, Aug 19, 2016 at 09:13:29AM +0800, Wenyou Yang wrote:
> -	if (charger->battery_temperature && !(status & APCH_STATUS_TEMPDAT))
> +	if (status & APCH_STATUS_TEMPDAT)

This is still wrong. You removed the negation.

-- Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160819/2e26b177/attachment.sig>


More information about the linux-arm-kernel mailing list