diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-21 22:00:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-21 22:00:56 +0000 |
commit | 168660f24dfc46c2702acbe4701a446f42a59578 (patch) | |
tree | f431368afbf6b1b71809cf3fd904d800ea126f4d /arch/mips/baget | |
parent | 6420f767924fa73b0ea267864d96820815f4ba5a (diff) |
Merge with Linux 2.4.0-test5-pre3.
Diffstat (limited to 'arch/mips/baget')
-rw-r--r-- | arch/mips/baget/vacserial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/baget/vacserial.c b/arch/mips/baget/vacserial.c index 4994d013e..cd56c6dd3 100644 --- a/arch/mips/baget/vacserial.c +++ b/arch/mips/baget/vacserial.c @@ -1978,7 +1978,7 @@ static int get_async_struct(int line, struct async_struct **ret_info) 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; } |