commit | cae5c82022cd710ff1eedd39ca8c56b081177b18 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Feb 01 23:09:36 2008 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Fri Feb 01 23:09:36 2008 +0100 |
tree | b3a9b20da3c022fe369d890627c33c82e060b345 | |
parent | 96e5ad309c423bc0793e746337d5632ee5a49769 [diff] |
ide: prepare init_irq() for using ide_remove_port_from_hwgroup() * BUG_ON() early if 'hwif->next == hwif' and there is a 'match' hwgroup. * Remove printk() for impossible condition and add a BUG_ON(hwgroup->drive) to match code in ide_unregister(). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>