ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 24 Jul 2008 20:53:36 +0000 (22:53 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Thu, 24 Jul 2008 20:53:36 +0000 (22:53 +0200)
commit90d2c6bc68745d67cdbf00bab43818d90aa0dfb6
tree35bbf470ecc6cb5bed25b3d95bf36a9b3be86688
parente27420d046600cd3e4139ea1b6cba59a8b4050eb
ide: enable local IRQs in all handlers for TASKFILE_NO_DATA data phase

It is already done by task_no_data_intr() and there is no reason
not to do it in other TASKFILE_NO_DATA data phase handlers.

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