commit | 9600dcf1347d304cf4dff34ef50569d6584b6968 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Jan 06 17:20:58 2009 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Jan 06 17:20:58 2009 +0100 |
tree | 30923b41dbc75151efc676097af416a3af6d85a6 | |
parent | d6251d4488a361c93da2398818e1ec69cffb6073 [diff] |
ide: make "paranoia" ->handler check in ide_intr() more strict If ->handler is set while it shouldn't be it indicates deep problems so BUG_ON()-ning and preventing further damage is much more appropriate than merely printing an error message. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>