patch-2.1.56 linux/drivers/char/pc110pad.c
Next file: linux/drivers/char/pcwd.c
Previous file: linux/drivers/char/nvram.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Sat Sep 13 11:07:27 1997
- Orig file:
v2.1.55/linux/drivers/char/pc110pad.c
- Orig date:
Mon Aug 4 16:25:37 1997
diff -u --recursive --new-file v2.1.55/linux/drivers/char/pc110pad.c linux/drivers/char/pc110pad.c
@@ -474,11 +474,11 @@
-static int fasync_pad(struct inode *inode, struct file *filp, int on)
+static int fasync_pad(struct file *filp, int on)
{
int retval;
- retval = fasync_helper(inode, filp, on, &asyncptr);
+ retval = fasync_helper(filp, on, &asyncptr);
if (retval < 0)
return retval;
return 0;
@@ -490,7 +490,7 @@
*/
static int close_pad(struct inode * inode, struct file * file)
{
- fasync_pad(inode, file, 0);
+ fasync_pad(file, 0);
if (--active)
return 0;
outb(0x30, current_params.io+2); /* switch off digitiser */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov