From 63aacdd4baec16cc399049df446cdca3f860d5d4 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 14 Apr 2009 14:58:41 +0100 Subject: [PATCH] --- yaml --- r: 143258 b: refs/heads/master c: 19e05426201651fe24c4e07bef7f6de0d2305218 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/include/asm/parport.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cb1837e1952f..0693d20e245c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28783eb52013ad20784550bccd482e541c9619c2 +refs/heads/master: 19e05426201651fe24c4e07bef7f6de0d2305218 diff --git a/trunk/arch/powerpc/include/asm/parport.h b/trunk/arch/powerpc/include/asm/parport.h index 414c50e2e881..94942d60ddfd 100644 --- a/trunk/arch/powerpc/include/asm/parport.h +++ b/trunk/arch/powerpc/include/asm/parport.h @@ -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;