Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93560
b: refs/heads/master
c: 3e2990e
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Apr 26, 2008
1 parent 919da34 commit d45f36b
Show file tree
Hide file tree
Showing 2 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: b3a37f1284e05c35687522248e66dfda62924066
refs/heads/master: 3e2990eae03c3f998f365824330290d227e4415a
5 changes: 2 additions & 3 deletions trunk/drivers/ide/legacy/ide_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,10 @@ static int __devinit plat_ide_probe(struct platform_device *pdev)
hw.dev = &pdev->dev;

ide_init_port_hw(hwif, &hw);
hwif->mmio = 1;

if (mmio) {
hwif->mmio = 1;
if (mmio)
default_hwif_mmiops(hwif);
}

idx[0] = hwif->index;

Expand Down

0 comments on commit d45f36b

Please sign in to comment.