Re: [PATCH 1/2] pinctrl: sirf: atlas7: Add missing 'of_node_put()'

2016-12-30 Thread Linus Walleij
On Tue, Dec 20, 2016 at 6:40 AM, Christophe JAILLET wrote: > Reference to 'sys2pci_np' should be dropped in all cases here, not only in > error handling path. > > Signed-off-by: Christophe JAILLET Patch applied. Yours, Linus

Re: [PATCH 1/2] pinctrl: sirf: atlas7: Add missing 'of_node_put()'

2016-12-30 Thread Linus Walleij
On Tue, Dec 20, 2016 at 6:40 AM, Christophe JAILLET wrote: > Reference to 'sys2pci_np' should be dropped in all cases here, not only in > error handling path. > > Signed-off-by: Christophe JAILLET Patch applied. Yours, Linus Walleij

[PATCH 1/2] pinctrl: sirf: atlas7: Add missing 'of_node_put()'

2016-12-19 Thread Christophe JAILLET
Reference to 'sys2pci_np' should be dropped in all cases here, not only in error handling path. Signed-off-by: Christophe JAILLET --- drivers/pinctrl/sirf/pinctrl-atlas7.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[PATCH 1/2] pinctrl: sirf: atlas7: Add missing 'of_node_put()'

2016-12-19 Thread Christophe JAILLET
Reference to 'sys2pci_np' should be dropped in all cases here, not only in error handling path. Signed-off-by: Christophe JAILLET --- drivers/pinctrl/sirf/pinctrl-atlas7.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/pinctrl/sirf/pinctrl-atlas7.c