Re: [3/4] powerpc/vio: clarify vio_find_node reference counting

2016-11-14 Thread Michael Ellerman
On Tue, 2016-01-11 at 15:26:02 UTC, Johan Hovold wrote: > Add comment clarifying that vio_find_node() takes a reference to the > embedded struct device which needs to be dropped after use. > > Signed-off-by: Johan Hovold Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/e8cfb7e7

[PATCH 3/4] powerpc/vio: clarify vio_find_node reference counting

2016-11-01 Thread Johan Hovold
Add comment clarifying that vio_find_node() takes a reference to the embedded struct device which needs to be dropped after use. Signed-off-by: Johan Hovold --- arch/powerpc/kernel/vio.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/powerpc/kernel/vio.c b/arch/powerpc/kernel/vio.c