]> git.karo-electronics.de Git - karo-tx-linux.git/commit
floppy: do put_disk on current dr if blk_init_queue fails
authorHerton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Mon, 27 Aug 2012 23:56:52 +0000 (20:56 -0300)
committerJiri Kosina <jkosina@suse.cz>
Mon, 3 Sep 2012 13:53:55 +0000 (15:53 +0200)
commit6a15303c7b97f52e21ac51351a62d76e0ab06fdc
treea2615856a9565418b488cf598645ad53c3581b62
parentbcb54c938a5ff4a0820ec095c999ec1d68e14236
floppy: do put_disk on current dr if blk_init_queue fails

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: stable@vger.kernel.org
Reviewed-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/block/floppy.c