Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93542
b: refs/heads/master
c: 4f7bada
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Apr 26, 2008
1 parent 26c9042 commit 8a804d2
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3fd4d205c73951ce6eaaa16fa3158636d1c35a5d
refs/heads/master: 4f7bada25098e076e83ffcd762e3079c19d40140
8 changes: 5 additions & 3 deletions trunk/drivers/ide/mips/au1xxx-ide.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,11 @@ static int au_ide_probe(struct device *dev)
goto out;
}

/* FIXME: This might possibly break PCMCIA IDE devices */

hwif = &ide_hwifs[pdev->id];
hwif = ide_find_port();
if (hwif == NULL) {
ret = -ENOENT;
goto out;
}

memset(&hw, 0, sizeof(hw));
auide_setup_ports(&hw, ahwif);
Expand Down

0 comments on commit 8a804d2

Please sign in to comment.