Re: [Xen-devel] [PATCH 26/38] xen: xenbus: add missing put_device call

2014-01-06 Thread Ian Campbell
On Mon, 2014-01-06 at 11:00 +, David Vrabel wrote: > On 06/01/14 10:00, Ian Campbell wrote: > > On Thu, 2014-01-02 at 13:53 +, David Vrabel wrote: > >> On 19/12/13 15:03, Levente Kurusa wrote: > >>> This is required so that we give up the last reference to the device. > >>> > >>>

Re: [Xen-devel] [PATCH 26/38] xen: xenbus: add missing put_device call

2014-01-06 Thread David Vrabel
On 06/01/14 10:00, Ian Campbell wrote: > On Thu, 2014-01-02 at 13:53 +, David Vrabel wrote: >> On 19/12/13 15:03, Levente Kurusa wrote: >>> This is required so that we give up the last reference to the device. >>> >>> Signed-off-by: Levente Kurusa >>> --- >>>

Re: [Xen-devel] [PATCH 26/38] xen: xenbus: add missing put_device call

2014-01-06 Thread Ian Campbell
On Thu, 2014-01-02 at 13:53 +, David Vrabel wrote: > On 19/12/13 15:03, Levente Kurusa wrote: > > This is required so that we give up the last reference to the device. > > > > Signed-off-by: Levente Kurusa > > --- > > drivers/xen/xenbus/xenbus_probe.c | 4 +++- > > 1 file changed, 3

Re: [Xen-devel] [PATCH 26/38] xen: xenbus: add missing put_device call

2014-01-06 Thread Ian Campbell
On Thu, 2014-01-02 at 13:53 +, David Vrabel wrote: On 19/12/13 15:03, Levente Kurusa wrote: This is required so that we give up the last reference to the device. Signed-off-by: Levente Kurusa le...@linux.com --- drivers/xen/xenbus/xenbus_probe.c | 4 +++- 1 file changed, 3

Re: [Xen-devel] [PATCH 26/38] xen: xenbus: add missing put_device call

2014-01-06 Thread David Vrabel
On 06/01/14 10:00, Ian Campbell wrote: On Thu, 2014-01-02 at 13:53 +, David Vrabel wrote: On 19/12/13 15:03, Levente Kurusa wrote: This is required so that we give up the last reference to the device. Signed-off-by: Levente Kurusa le...@linux.com --- drivers/xen/xenbus/xenbus_probe.c |

Re: [Xen-devel] [PATCH 26/38] xen: xenbus: add missing put_device call

2014-01-06 Thread Ian Campbell
On Mon, 2014-01-06 at 11:00 +, David Vrabel wrote: On 06/01/14 10:00, Ian Campbell wrote: On Thu, 2014-01-02 at 13:53 +, David Vrabel wrote: On 19/12/13 15:03, Levente Kurusa wrote: This is required so that we give up the last reference to the device. Signed-off-by: Levente

Re: [Xen-devel] [PATCH 26/38] xen: xenbus: add missing put_device call

2014-01-02 Thread David Vrabel
On 19/12/13 15:03, Levente Kurusa wrote: > This is required so that we give up the last reference to the device. > > Signed-off-by: Levente Kurusa > --- > drivers/xen/xenbus/xenbus_probe.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git

Re: [Xen-devel] [PATCH 26/38] xen: xenbus: add missing put_device call

2014-01-02 Thread David Vrabel
On 19/12/13 15:03, Levente Kurusa wrote: This is required so that we give up the last reference to the device. Signed-off-by: Levente Kurusa le...@linux.com --- drivers/xen/xenbus/xenbus_probe.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git