patch to drivers/net/8390.c

Mikael Pettersson (mikpe@csd.uu.se)
Mon, 30 Nov 1998 13:58:43 +0100 (MET)


2.1.130 (actually one of the pre-patches) added an unused local
variable "ei_local" to drivers/net/8390.c:NS8390_trigger_send().
Since the variable is unused (proof by compilation on x86/UP), I'm
assuming this was a mistake. If so, please apply the included patch.

/Mikael

--- linux-2.1.130/drivers/net/8390.c.~1~ Thu Nov 26 23:40:47 1998
+++ linux-2.1.130/drivers/net/8390.c Thu Nov 26 23:51:04 1998
@@ -950,7 +950,6 @@
int start_page)
{
int e8390_base = dev->base_addr;
- struct ei_device *ei_local = (struct ei_device *) dev->priv;

outb_p(E8390_NODMA+E8390_PAGE0, e8390_base+E8390_CMD);

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