Re: [PATCH v4 1/4] power: supply: core: tabularize HWMON temperature labels

2020-05-02 Thread Sebastian Reichel
Hi, On Fri, May 01, 2020 at 05:11:18PM +0200, Michał Mirosław wrote: > Rework power_supply_hwmon_read_string() to check it's parameters. > This allows to extend it later with labels for other types of > measurements. > > Signed-off-by: Michał Mirosław > --- > v2: split from fix temperature

[PATCH v4 1/4] power: supply: core: tabularize HWMON temperature labels

2020-05-01 Thread Michał Mirosław
Rework power_supply_hwmon_read_string() to check it's parameters. This allows to extend it later with labels for other types of measurements. Signed-off-by: Michał Mirosław --- v2: split from fix temperature labels v3: remove power_supply_hwmon_read_string() parameter checks as it is