From: Bartlomiej Zolnierkiewicz Date: Fri, 1 Feb 2008 22:09:36 +0000 (+0100) Subject: ide: prepare init_irq() for using ide_remove_port_from_hwgroup() X-Git-Tag: v2.6.25-rc1~1078^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae5c82022cd710ff1eedd39ca8c56b081177b18;p=pandora-kernel.git 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 --- Reading git-diff-tree failed