[PATCH] More BUG_ON conversion
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: James Bottomley <James.Bottomley@steeleye.com> Acked-by: "Salyzyn, Mark" <mark_salyzyn@adaptec.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
78ce89c92b
commit
125e18745f
@@ -1367,8 +1367,7 @@ int generic_ide_ioctl(ide_drive_t *drive, struct file *file, struct block_device
|
||||
|
||||
ide_abort(drive, "drive reset");
|
||||
|
||||
if(HWGROUP(drive)->handler)
|
||||
BUG();
|
||||
BUG_ON(HWGROUP(drive)->handler);
|
||||
|
||||
/* Ensure nothing gets queued after we
|
||||
drop the lock. Reset will clear the busy */
|
||||
|
||||
Reference in New Issue
Block a user