2.3.49 drivers/net/setup.c

From: Nick Holloway (Nick.Holloway@alfie.demon.co.uk)
Date: Fri Mar 03 2000 - 16:01:53 EST


A minor correction. The __PAD3 for "cm0" should be outside the quotes.

--- drivers/net/setup.c~ Fri Mar 3 20:54:59 2000
+++ drivers/net/setup.c Fri Mar 3 20:55:17 2000
@@ -227,7 +227,7 @@
                 extern int sb1000_probe(struct net_device *dev);
                 static struct net_device sb1000_dev =
                 {
- "cm0 __PAD3", 0x0, 0x0, 0x0, 0x0, 0, 0, 0, 0, 0, NULL, sb1000_probe
+ "cm0" __PAD3, 0x0, 0x0, 0x0, 0x0, 0, 0, 0, 0, 0, NULL, sb1000_probe
                 };
                 register_netdev(&sb1000_dev);
         }

-- 
 `O O'  | Nick.Holloway@alfie.demon.co.uk
// ^ \\ | http://www.alfie.demon.co.uk/

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



This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:15 EST