ide: remove IDE PM hack from do_ide_request()
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 2 Jan 2009 15:12:49 +0000 (16:12 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 2 Jan 2009 15:12:49 +0000 (16:12 +0100)
commit2fb211502e2c0513e12d677ed4d7891f3c5e1413
tree3d10026bb2d4eac897e96b1ff9c8c5bd12173954
parent295f00042aaf6b553b5f37348f89bab463d4a469
ide: remove IDE PM hack from do_ide_request()

We now tell block layer that there is still work to do using
blk_plug_device() so hack for IDE Power Management can be removed
(it was buggy for hwgroups having more than 4 devices anyway).

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