Re: [PATCH] edac: cell_edac: fix missing of_node_put

2013-11-14 Thread Mauro Carvalho Chehab
Em Mon, 26 Aug 2013 14:53:43 +0800 Libo Chen escreveu: > > decrease device_node refcount np after task completion > > Signed-off-by: Libo Chen Applied. Patch is at: http://git.infradead.org/users/mchehab/edac.git and http://git.kernel.org/cgit/linux/kernel/git/mchehab/linux-

[PATCH] edac: cell_edac: fix missing of_node_put

2013-08-25 Thread Libo Chen
decrease device_node refcount np after task completion Signed-off-by: Libo Chen --- drivers/edac/cell_edac.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/edac/cell_edac.c b/drivers/edac/cell_edac.c index c2eaf33..493dc30 100644 --- a/drivers/edac/cell_edac.c