Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ceec1827 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

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: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 752097ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ static ide_hwif_t *__devinit plat_ide_locate_hwif(void __iomem *base,
	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;