Re: [PATCH 20/38] net: iucv: add missing put_device call

2013-12-27 Thread David Miller
From: Levente Kurusa Date: Thu, 19 Dec 2013 16:03:31 +0100 > This is required so that we give up the last reference to the device. > > Signed-off-by: Levente Kurusa ... > @@ -2377,8 +2377,10 @@ static int afiucv_iucv_init(void) > af_iucv_dev->release = (void (*)(struct device *))kfree;

Re: [PATCH 20/38] net: iucv: add missing put_device call

2013-12-27 Thread David Miller
From: Levente Kurusa le...@linux.com Date: Thu, 19 Dec 2013 16:03:31 +0100 This is required so that we give up the last reference to the device. Signed-off-by: Levente Kurusa le...@linux.com ... @@ -2377,8 +2377,10 @@ static int afiucv_iucv_init(void) af_iucv_dev-release = (void

[PATCH 20/38] net: iucv: add missing put_device call

2013-12-19 Thread Levente Kurusa
This is required so that we give up the last reference to the device. Signed-off-by: Levente Kurusa --- net/iucv/af_iucv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c index 168aff5..0096206 100644 --- a/net/iucv/af_iucv.c +++

[PATCH 20/38] net: iucv: add missing put_device call

2013-12-19 Thread Levente Kurusa
This is required so that we give up the last reference to the device. Signed-off-by: Levente Kurusa le...@linux.com --- net/iucv/af_iucv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c index 168aff5..0096206 100644 ---