ide: remove superfluous BUG_ON() from set_geometry_intr()
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Wed, 16 Jul 2008 18:33:43 +0000 (20:33 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Wed, 16 Jul 2008 18:33:43 +0000 (20:33 +0200)
commit605cfe8270cb182f494575c5a608404bb19fdfc5
treef2c9c7e8f18146d3427b51d193b80e0f93f55ffa
parent07fe69d5d0b6e476cecaf75e81c0c6093571087b
ide: remove superfluous BUG_ON() from set_geometry_intr()

ide_set_handler() bugs on ->handler == NULL so no need to do it
in set_geometry_intr().

There should be no functional changes caused by this patch.

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