Re: [PATCH] net: dsa: add missing of_node_put

2019-02-19 Thread Julia Lawall
On Wed, 20 Feb 2019, Himadri Pandya wrote: > Decrement the reference count on port while returning out of the loop. I don't think you sent this to the right people. You need to send it to the people indicated in get_maintainer.pl. This is not updating a staging driver. julia > > Signed-off

[PATCH] net: dsa: add missing of_node_put

2019-02-19 Thread Himadri Pandya
Decrement the reference count on port while returning out of the loop. Signed-off-by: Himadri Pandya --- net/dsa/dsa2.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/net/dsa/dsa2.c b/net/dsa/dsa2.c index a1917025e155..396e7433dd8f 100644 --- a/net/dsa/dsa2.c