From: Bartlomiej Zolnierkiewicz Date: Tue, 10 Jun 2008 18:56:37 +0000 (+0200) Subject: ide: fix host drivers missing hwif->chipset initialization X-Git-Tag: v2.6.26-rc6~15^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d427e836d1d9b58e8f1e648c09b5fbe36e01013b;p=pandora-kernel.git ide: fix host drivers missing hwif->chipset initialization ide_find_port() now depends on ->chipset being set for occupied ide_hwifs[] slots so all host drivers have to initialize hwif->chipset properly. This patch fixes a regression on hosts with > 1 port or with a single port but no devices attached to it for an affected host drivers. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed