mbox series

[0/3] net: dsa: lantiq_gswip: probe fixes and remove cleanup

Message ID 20190116102335.30433-1-johan@kernel.org
Headers show
Series net: dsa: lantiq_gswip: probe fixes and remove cleanup | expand

Message

Johan Hovold Jan. 16, 2019, 10:23 a.m. UTC
This series fix a few issues found through inspection when fixing up new
bad uses of of_find_compatible_node() that have crept in since 4.19.

Note that these have only been compile tested.

Johan


Johan Hovold (3):
  net: dsa: lantiq_gswip: fix use-after-free on failed probe
  net: dsa: lantiq_gswip: fix OF child-node lookups
  net: dsa: lantiq_gswip: drop bogus drvdata check

 drivers/net/dsa/lantiq_gswip.c | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Comments

David Miller Jan. 17, 2019, 8:12 p.m. UTC | #1
From: Johan Hovold <johan@kernel.org>
Date: Wed, 16 Jan 2019 11:23:32 +0100

> This series fix a few issues found through inspection when fixing up new
> bad uses of of_find_compatible_node() that have crept in since 4.19.
> 
> Note that these have only been compile tested.

Series applied.