Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125137
b: refs/heads/master
c: b1d249e
h: refs/heads/master
i:
  125135: 871db53
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 2, 2009
1 parent 8007fa3 commit 832dd3a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ee86dcdd273aa91cb9b4fe1e3d4f69035750a12
refs/heads/master: b1d249e845efb07975183c62b4f75576c4a8d467
3 changes: 0 additions & 3 deletions trunk/drivers/ide/ide-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1655,9 +1655,6 @@ int ide_host_register(struct ide_host *host, const struct ide_port_info *d,
if (hwif == NULL)
continue;

if (hwif->chipset == ide_unknown)
hwif->chipset = ide_generic;

if (hwif->present)
hwif_register_devices(hwif);
}
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/ide/tx4938ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ static const struct ide_port_info tx4938ide_port_info __initdata = {
#endif
.host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_NO_DMA,
.pio_mask = ATA_PIO5,
.chipset = ide_generic,
};

static int __init tx4938ide_probe(struct platform_device *pdev)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/ide/tx4939ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ static const struct ide_port_info tx4939ide_port_info __initdata = {
.pio_mask = ATA_PIO4,
.mwdma_mask = ATA_MWDMA2,
.udma_mask = ATA_UDMA5,
.chipset = ide_generic,
};

static int __init tx4939ide_probe(struct platform_device *pdev)
Expand Down

0 comments on commit 832dd3a

Please sign in to comment.