eh, scratch that. Didn't have my cup of morning coffee yet. The patch is fine as far as the code change goes. However it is missing a "Signed-off-by" line, certifying your authorship. git can generate that automagically for you with `git commit --signoff`.
thanks for the patch. Looks good and tests fine.
There needs to be a "Signed-off-by" line right here.CHARGE_NOW is expected by some user software (such as waybar)
instead of 'CAPACITY', in order to correctly calculate
remaining battery life.
[ ... ]---
drivers/power/supply/cw2015_battery.c | 6 ++++++
1 file changed, 6 insertions(+)
Review retracted.
Reviewed-by: Tobias Schramm <t.schramm@xxxxxxxxxxx>