mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
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 <bzolnier@gmail.com>
This commit is contained in:
parent
752097cec5
commit
ceec1827e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user