summaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/macio-adb.c
diff options
context:
space:
mode:
authorAl Viro2006-10-08 16:00:44 +0200
committerLinus Torvalds2006-10-08 21:32:36 +0200
commit9da3b1ad7b074effd56729f9fc01cc5abf6503cc (patch)
tree3baee72cc871c647f7e2ee84d6599ad185a0c482 /drivers/macintosh/macio-adb.c
parent[PATCH] misc arm pt_regs fixes (diff)
downloadkernel-qcow2-linux-9da3b1ad7b074effd56729f9fc01cc5abf6503cc.tar.gz
kernel-qcow2-linux-9da3b1ad7b074effd56729f9fc01cc5abf6503cc.tar.xz
kernel-qcow2-linux-9da3b1ad7b074effd56729f9fc01cc5abf6503cc.zip
[PATCH] misc ppc pt_regs fixes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/macintosh/macio-adb.c')
-rw-r--r--drivers/macintosh/macio-adb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/macio-adb.c b/drivers/macintosh/macio-adb.c
index 57ccc19cbdbf..797cef72258f 100644
--- a/drivers/macintosh/macio-adb.c
+++ b/drivers/macintosh/macio-adb.c
@@ -270,6 +270,6 @@ static void macio_adb_poll(void)
local_irq_save(flags);
if (in_8(&adb->intr.r) != 0)
- macio_adb_interrupt(0, NULL, NULL);
+ macio_adb_interrupt(0, NULL);
local_irq_restore(flags);
}