All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] regulator: da9121: bug fixes
@ 2020-12-07 17:15 Adam Ward
  2020-12-07 17:15 ` [PATCH 1/2] regulator: da9121: Remove uninitialised string variable Adam Ward
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Adam Ward @ 2020-12-07 17:15 UTC (permalink / raw)
  To: Mark Brown
  Cc: Liam Girdwood, Vincent Whitchurch, linux-kernel,
	Support Opensource

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-08 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-07 17:15 [PATCH 0/2] regulator: da9121: bug fixes Adam Ward
2020-12-07 17:15 ` [PATCH 1/2] regulator: da9121: Remove uninitialised string variable Adam Ward
2020-12-07 17:15 ` [PATCH 2/2] regulator: da9121: Fix index used for DT property Adam Ward
2020-12-08 17:10 ` [PATCH 0/2] regulator: da9121: bug fixes Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.