patch-2.1.89 linux/arch/m68k/atari/joystick.c
Next file: linux/arch/m68k/defconfig
Previous file: linux/arch/i386/kernel/sys_i386.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Feb 27 09:10:33 1998
- Orig file:
v2.1.88/linux/arch/m68k/atari/joystick.c
- Orig date:
Tue Feb 17 13:12:44 1998
diff -u --recursive --new-file v2.1.88/linux/arch/m68k/atari/joystick.c linux/arch/m68k/atari/joystick.c
@@ -112,7 +112,7 @@
{
int minor = DEVICE_NR(file->f_dentry->d_inode->i_rdev);
- poll_wait(&joystick[minor].wait, wait);
+ poll_wait(file, &joystick[minor].wait, wait);
if (joystick[minor].ready)
return POLLIN | POLLRDNORM;
return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov