[PATCH] m32r pt_regs fixes

... and now with irq_regs.h not forgotten...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro
2006-10-07 16:29:18 +01:00
committed by Linus Torvalds
parent 8774cb815f
commit 9c8e7f5cc9
7 changed files with 21 additions and 14 deletions

View File

@@ -590,7 +590,7 @@ static void m32r_sio_timeout(unsigned long data)
sts = sio_in(up, SIOSTS);
if (sts & 0x5) {
spin_lock(&up->port.lock);
m32r_sio_handle_port(up, sts, NULL);
m32r_sio_handle_port(up, sts);
spin_unlock(&up->port.lock);
}