patch-2.4.0-test5 linux/arch/mips/baget/vacserial.c

Next file: linux/arch/ppc/kernel/pci.c
Previous file: linux/arch/m68k/mac/macboing.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/arch/mips/baget/vacserial.c linux/arch/mips/baget/vacserial.c
@@ -1978,7 +1978,7 @@
 	info->tqueue.data = info;
 	info->state = sstate;
 	if (sstate->info) {
-		kfree_s(info, sizeof(struct async_struct));
+		kfree(info);
 		*ret_info = sstate->info;
 		return 0;
 	}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)