lkml.org 
[lkml]   [2001]   [Jan]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] dmfe.c cleanup for 2.4.0-pre1
drivers/net/dmfe.c changed slighly in 2.4.0-pre1 and can be cleaned
afterwards.

Pavel Rabel

--- drivers/net/dmfe.c.old Thu Jan 11 15:42:57 2001
+++ drivers/net/dmfe.c Thu Jan 11 15:44:06 2001
@@ -1599,12 +1599,10 @@
rc = pci_module_init(&dmfe_driver);
if (rc < 0)
return rc;
- if (rc >= 0) {
- printk (KERN_INFO "Davicom DM91xx net driver loaded, version "
- DMFE_VERSION "\n");
- return 0;
- }
- return -ENODEV;
+
+ printk (KERN_INFO "Davicom DM91xx net driver loaded, version "
+ DMFE_VERSION "\n");
+ return 0;
}

/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.033 / U:1.984 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site