Re: [PATCH v2 5/7] power: supply: bq24190_charger: Don't spam the logs on charger plug / unplug
From: Sebastian Reichel <sre@kernel.org>
Date: 2017-03-23 11:17:19
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Sebastian Reichel <sre@kernel.org>
Date: 2017-03-23 11:17:19
Hi, On Wed, Mar 22, 2017 at 03:55:34PM +0100, Hans de Goede wrote:
If the charger gets unplugged before the battery is fully charged we will get a one time Input fault. Ignore this rather then logging a message for it. Likewise on the next interrupt after the one time Input fault all fault flags will be 0, do not log a message when there are no faults. This fixes messages like these getting logged on charger unplug + replug: bq24190-charger 15-006b: Fault: boost 0, charge 1, battery 0, ntc 0 bq24190-charger 15-006b: Fault: boost 0, charge 0, battery 0, ntc 0 Cc: Liam Breck <redacted> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Hans de Goede <redacted> --- Changes in v2: -This is a new patch in v2 of this patch-set ---
Thanks, queued. -- Sebastian