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

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