Re: 2.5.73-mm2 drivers/net/pcmcia/nmclan_cs compile problem

Andrew Morton (akpm@digeo.com)
Fri, 27 Jun 2003 23:04:11 -0700


Michael Frank <mflt1@micrologica.com.hk> wrote:
>
> drivers/net/pcmcia/nmclan_cs.c: In function `nmclan_config':
> drivers/net/pcmcia/nmclan_cs.c:714: parse error before `*'

--- 25/drivers/net/pcmcia/nmclan_cs.c~nmclan_cs-fix 2003-06-27 23:03:32.000000000 -0700
+++ 25-akpm/drivers/net/pcmcia/nmclan_cs.c 2003-06-27 23:03:47.000000000 -0700
@@ -710,7 +710,7 @@ while ((last_ret=CardServices(last_fn=(f
static void nmclan_config(dev_link_t *link)
{
client_handle_t handle = link->handle;
- struct net_device *dev = link->priv;;
+ struct net_device *dev = link->priv;
mace_private *lp = dev->priv;
tuple_t tuple;
cisparse_t parse;

_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/