Re: [PATCH 0/2] regulator: da9121: bug fixes

2020-12-08 Thread Mark Brown
On Mon, 7 Dec 2020 17:15:14 +, Adam Ward wrote: > This patch fixes a couple of bugs in the DA9121 driver. > One in an uninialised string I forgot to remove when changing to of_parse_cb() > The other is an index for an optional DT property which overflows > > > Adam Ward (2): > regulator:

[PATCH 0/2] regulator: da9121: bug fixes

2020-12-07 Thread Adam Ward
This patch fixes a couple of bugs in the DA9121 driver. One in an uninialised string I forgot to remove when changing to of_parse_cb() The other is an index for an optional DT property which overflows Adam Ward (2): regulator: da9121: Remove uninitialised string variable regulator: da9121: