[3C509] Remove unneeded cast.

From: davej
Date: Mon Mar 15 2004 - 16:49:12 EST


--- linux-2.6.4/drivers/net/3c509.c~ 2004-03-15 20:21:16.000000000 +0000
+++ linux-2.6.4/drivers/net/3c509.c 2004-03-15 20:22:18.000000000 +0000
@@ -1678,7 +1678,7 @@
struct net_device *next_dev;

while (el3_root_dev) {
- struct el3_private *lp = (struct el3_private *)el3_root_dev->priv;
+ struct el3_private *lp = el3_root_dev->priv;

next_dev = lp->next_dev;
el3_common_remove (el3_root_dev);

-
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/