lkml.org 
[lkml]   [1998]   [Nov]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subjectpatch to drivers/net/8390.c
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/

\
 
 \ /
  Last update: 2005-03-22 13:45    [W:0.053 / U:0.416 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site