]> git.baikalelectronics.ru Git - kernel.git/commit
ide-cd: remove BUG_ON() from cdrom_newpc_intr()
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 1 Feb 2008 22:09:25 +0000 (23:09 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 1 Feb 2008 22:09:25 +0000 (23:09 +0100)
commitcddbd2c66266920c3e92b4e237208cb6628d8289
tree5b83d5a56dcfbd4aebb902e4f62fed5b992ad3d3
parent3d2b6a89c80aba6068c55431d8156bd07aeb974e
ide-cd: remove BUG_ON() from cdrom_newpc_intr()

There is no need for it anylonger and ide_set_handler() complains
if ->handler is not NULL anyway.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-cd.c