[PATCH -next 0/2] power: supply: adp5061: some fixes from device mockup test

Wei Yongjun posted 2 patches 3 years, 7 months ago
drivers/power/supply/adp5061.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
[PATCH -next 0/2] power: supply: adp5061: some fixes from device mockup test
Posted by Wei Yongjun 3 years, 7 months ago
This series fixes some issues found by device mockup unittest, not
sure how about the real device.

Wei Yongjun (2):
  power: supply: adp5061: fix out-of-bounds read in
    adp5061_get_chg_type()
  power: supply: adp5061: show unknown capacity_level as text

 drivers/power/supply/adp5061.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

-- 
2.34.1
Re: [PATCH -next 0/2] power: supply: adp5061: some fixes from device mockup test
Posted by Sebastian Reichel 3 years, 6 months ago
Hi,

On Sat, Aug 27, 2022 at 07:32:22AM +0000, Wei Yongjun wrote:
> This series fixes some issues found by device mockup unittest, not
> sure how about the real device.
> 
> Wei Yongjun (2):
>   power: supply: adp5061: fix out-of-bounds read in
>     adp5061_get_chg_type()
>   power: supply: adp5061: show unknown capacity_level as text
> 
>  drivers/power/supply/adp5061.c | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)

Thanks, I queued both patches into power-supply's for-next branch.

-- Sebastian