Merge series "regulator: da9121: bug fixes" from Adam Ward <Adam.Ward.opensource...
authorMark Brown <broonie@kernel.org>
Tue, 8 Dec 2020 17:06:43 +0000 (17:06 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 8 Dec 2020 17:06:43 +0000 (17:06 +0000)
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: Fix index used for DT property

 drivers/regulator/da9121-regulator.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

--
1.9.1

1  2 
drivers/regulator/da9121-regulator.c

Simple merge