patch-2.4.0-test2 linux/drivers/net/strip.c

Next file: linux/drivers/net/sunbmac.c
Previous file: linux/drivers/net/stnic.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/drivers/net/strip.c linux/drivers/net/strip.c
@@ -2870,7 +2870,7 @@
     /* Return "not found", so that dev_init() will unlink
      * the placeholder device entry for us.
      */
-    return ENODEV;
+    return -ENODEV;
 #endif
 }
 

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