Re: [PATCH] test_power: Fix battery_current initial value

2020-07-29 Thread Sebastian Reichel
Hi, On Wed, Jul 29, 2020 at 08:14:00PM +0800, lh lin wrote: > From: LH Lin > > Since default battery_status is POWER_SUPPLY_STATUS_DISCHARGING, > we should change default battery_current to a negative value. > > Signed-off-by: LH Lin > --- Thanks, queued. -- Sebastian >

[PATCH] test_power: Fix battery_current initial value

2020-07-29 Thread lh lin
From: LH Lin Since default battery_status is POWER_SUPPLY_STATUS_DISCHARGING, we should change default battery_current to a negative value. Signed-off-by: LH Lin --- drivers/power/supply/test_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git