Re: [PATCH v3 1/2] power: supply: sbs-battery: combine get_presence_and_health

2020-08-27 Thread Sebastian Reichel
Hi, On Thu, Aug 13, 2020 at 01:10:07PM +0800, Ikjoon Jang wrote: > This patch enables calling sbs_get_battery_presence_and_health() > without checking its chip type. No functional changes. > > Signed-off-by: Ikjoon Jang > --- Thanks, queued. -- Sebastian > drivers/power/supply/sbs-battery.c

[PATCH v3 1/2] power: supply: sbs-battery: combine get_presence_and_health

2020-08-12 Thread Ikjoon Jang
This patch enables calling sbs_get_battery_presence_and_health() without checking its chip type. No functional changes. Signed-off-by: Ikjoon Jang --- drivers/power/supply/sbs-battery.c | 73 +++--- 1 file changed, 36 insertions(+), 37 deletions(-) diff --git