Re: [PATCH] net: dsa: realtek-smi: fix OF child-node lookup

2019-01-17 Thread David Miller
From: Johan Hovold Date: Wed, 16 Jan 2019 11:27:08 +0100 > Use the new of_get_compatible_child() helper to look up child nodes to > avoid ever matching non-child nodes elsewhere in the tree. > > Also fix up the related struct device_node leaks. > > Fixes: d8652956cf37 ("net: dsa: realtek-smi: A

Re: [PATCH] net: dsa: realtek-smi: fix OF child-node lookup

2019-01-16 Thread Andrew Lunn
On Wed, Jan 16, 2019 at 11:27:08AM +0100, Johan Hovold wrote: > Use the new of_get_compatible_child() helper to look up child nodes to > avoid ever matching non-child nodes elsewhere in the tree. > > Also fix up the related struct device_node leaks. > > Fixes: d8652956cf37 ("net: dsa: realtek-smi

[PATCH] net: dsa: realtek-smi: fix OF child-node lookup

2019-01-16 Thread Johan Hovold
Use the new of_get_compatible_child() helper to look up child nodes to avoid ever matching non-child nodes elsewhere in the tree. Also fix up the related struct device_node leaks. Fixes: d8652956cf37 ("net: dsa: realtek-smi: Add Realtek SMI driver") Cc: stable # 4.19: 36156f9241cb0 Cc: Linus