patch-2.0.31 linux/drivers/char/serial.c
Next file: linux/drivers/char/specialix.c
Previous file: linux/drivers/char/scc.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Sep 5 11:21:39 1997
- Orig file:
v2.0.30/linux/drivers/char/serial.c
- Orig date:
Tue Apr 8 08:47:45 1997
diff -u --recursive --new-file v2.0.30/linux/drivers/char/serial.c linux/drivers/char/serial.c
@@ -2960,7 +2960,7 @@
release_region(rs_table[i].port, 8);
}
if (tmp_buf) {
- free_page(tmp_buf);
+ free_page((unsigned long) tmp_buf);
tmp_buf = NULL;
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov