[PATCH 2/6] floppy: do put_disk on current dr if blk_init_queue fails

2012-08-27 Thread Herton Ronaldo Krzesinski
If blk_init_queue fails, we do not call put_disk on the current dr (dr is decremented first in the error handling loop). Cc: sta...@vger.kernel.org Reviewed-by: Ben Hutchings Signed-off-by: Herton Ronaldo Krzesinski --- drivers/block/floppy.c |1 + 1 file changed, 1 insertion(+) diff

[PATCH 2/6] floppy: do put_disk on current dr if blk_init_queue fails

2012-08-27 Thread Herton Ronaldo Krzesinski
If blk_init_queue fails, we do not call put_disk on the current dr (dr is decremented first in the error handling loop). Cc: sta...@vger.kernel.org Reviewed-by: Ben Hutchings b...@decadent.org.uk Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com --- drivers/block/floppy.c

Re: [PATCH 2/6] floppy: do put_disk on current dr if blk_init_queue fails

2012-08-10 Thread Vivek Goyal
On Thu, Aug 09, 2012 at 04:59:47PM -0300, Herton Ronaldo Krzesinski wrote: > If blk_init_queue fails, we do not call put_disk on the current dr > (dr is decremented first in the error handling loop). > > Signed-off-by: Herton Ronaldo Krzesinski > Cc: sta...@vger.kernel.org Hi, So for the

Re: [PATCH 2/6] floppy: do put_disk on current dr if blk_init_queue fails

2012-08-10 Thread Vivek Goyal
On Thu, Aug 09, 2012 at 04:59:47PM -0300, Herton Ronaldo Krzesinski wrote: If blk_init_queue fails, we do not call put_disk on the current dr (dr is decremented first in the error handling loop). Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com Cc:

[PATCH 2/6] floppy: do put_disk on current dr if blk_init_queue fails

2012-08-09 Thread Herton Ronaldo Krzesinski
If blk_init_queue fails, we do not call put_disk on the current dr (dr is decremented first in the error handling loop). Signed-off-by: Herton Ronaldo Krzesinski Cc: sta...@vger.kernel.org --- drivers/block/floppy.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/block/floppy.c

[PATCH 2/6] floppy: do put_disk on current dr if blk_init_queue fails

2012-08-09 Thread Herton Ronaldo Krzesinski
If blk_init_queue fails, we do not call put_disk on the current dr (dr is decremented first in the error handling loop). Signed-off-by: Herton Ronaldo Krzesinski herton.krzesin...@canonical.com Cc: sta...@vger.kernel.org --- drivers/block/floppy.c |1 + 1 file changed, 1 insertion(+) diff