Re: [PATCH][PPC32] 2.4.27: fixes for 8xx fec.c
From: Florian Schirmer
Date: Tue Aug 10 2004 - 03:45:17 EST
Hi,
+
+#ifndef CONFIG_USE_MDIO
+ fec_restart (dev, 0);
+#endif
+
netif_start_queue(dev);
return 0; /* Success */
#endif /* CONFIG_USE_MDIO */
Just a minor hint: you don't need the #ifndef CONFIG_USE_MDIO guard
since you're already in the non MDIO branch (see #endif comment).
Greetings,
Florian
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/