From: Bartlomiej Zolnierkiewicz Date: Sat, 13 Oct 2007 15:47:47 +0000 (+0200) Subject: ide_platform: set hwif->chipset X-Git-Tag: v2.6.24-rc1~1363^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ceec1827e29b9b3d5cac225fee554bd31e565b58;p=karo-tx-linux.git ide_platform: set hwif->chipset We need to set hwif->chipset or IDE PCI host drivers may try to claim our ide_hwifs[] slot. Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/drivers/ide/legacy/ide_platform.c b/drivers/ide/legacy/ide_platform.c index ccfb9893a467..b992b2b91fe2 100644 --- a/drivers/ide/legacy/ide_platform.c +++ b/drivers/ide/legacy/ide_platform.c @@ -65,7 +65,7 @@ found: hwif->hw.irq = hwif->irq = irq; hwif->hw.dma = NO_DMA; - hwif->hw.chipset = ide_generic; + hwif->chipset = hwif->hw.chipset = ide_generic; if (mmio) { hwif->mmio = 1;