]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteb337349c4aebc15cfece5a6e6f02de335b62d1c
treef2c9c7e8f18146d3427b51d193b80e0f93f55ffa
parent968e7c572f9df781b79ad6ee37eb31fda3d95f01
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