patch-2.4.0-test5 linux/drivers/char/epca.c
Next file: linux/drivers/char/ftape/lowlevel/ftape-tracing.h
Previous file: linux/drivers/char/efirtc.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jul 18 15:57:36 2000
- Orig file:
v2.4.0-test4/linux/drivers/char/epca.c
- Orig date:
Mon Jul 10 16:47:22 2000
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/char/epca.c linux/drivers/char/epca.c
@@ -1599,7 +1599,7 @@
{
if (ch->tty)
tty_hangup(ch->tty);
- kfree_s(ch->tmp_buf, ch->txbufsize);
+ kfree(ch->tmp_buf);
}
} /* End for each port */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)