patch-2.2.15 linux/drivers/net/acenic.c
Next file: linux/drivers/net/arlan-proc.c
Previous file: linux/drivers/net/Space.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Apr 21 12:46:15 2000
- Orig file:
v2.2.14/drivers/net/acenic.c
- Orig date:
Sat Aug 28 20:00:57 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/net/acenic.c linux/drivers/net/acenic.c
@@ -858,7 +858,7 @@
{
#if 0
if (!ap->trace_buf)
- if (!(ap->trace_buf = kmalloc(ACE_TRACE_SIZE, GFP_KERNEL)));
+ if (!(ap->trace_buf = kmalloc(ACE_TRACE_SIZE, GFP_KERNEL)))
return;
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)