Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143258
b: refs/heads/master
c: 19e0542
h: refs/heads/master
v: v3
  • Loading branch information
Tony Breeds authored and Linus Torvalds committed Apr 14, 2009
1 parent 7a9169f commit 63aacdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 28783eb52013ad20784550bccd482e541c9619c2
refs/heads/master: 19e05426201651fe24c4e07bef7f6de0d2305218
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/parport.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static int __devinit parport_pc_find_nonpci_ports (int autoirq, int autodma)
prop = of_get_property(np, "interrupts", NULL);
if (!prop)
continue;
if (parport_pc_probe_port(io1, io2, prop[0], autodma, NULL) != NULL)
if (parport_pc_probe_port(io1, io2, prop[0], autodma, NULL, 0) != NULL)
count++;
}
return count;
Expand Down

0 comments on commit 63aacdd

Please sign in to comment.