patch-2.4.4 linux/drivers/net/pcmcia/3c574_cs.c
Next file: linux/drivers/net/pcmcia/3c589_cs.c
Previous file: linux/drivers/net/pci-skeleton.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Apr 18 14:40:05 2001
- Orig file:
v2.4.3/linux/drivers/net/pcmcia/3c574_cs.c
- Orig date:
Fri Mar 2 11:02:15 2001
diff -u --recursive --new-file v2.4.3/linux/drivers/net/pcmcia/3c574_cs.c linux/drivers/net/pcmcia/3c574_cs.c
@@ -210,7 +210,7 @@
/* Set iff a MII transceiver on any interface requires mdio preamble.
This only set with the original DP83840 on older 3c905 boards, so the extra
code size of a per-interface flag is not worthwhile. */
-static char mii_preamble_required = 0;
+static char mii_preamble_required;
#ifdef PCMCIA_DEBUG
static int pc_debug = PCMCIA_DEBUG;
@@ -253,7 +253,7 @@
static dev_link_t *tc574_attach(void);
static void tc574_detach(dev_link_t *);
-static dev_link_t *dev_list = NULL;
+static dev_link_t *dev_list;
static void flush_stale_links(void)
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)