[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080326150828.GA6728@lixom.net>
Date: Wed, 26 Mar 2008 10:08:28 -0500
From: Olof Johansson <olof@...om.net>
To: Valentine Barshak <vbarshak@...mvista.com>
Cc: jgarzik@...ox.com, linuxppc-dev@...abs.org,
pasemi-linux@...abs.org, netdev@...r.kernel.org
Subject: Re: [PATCH 2/2] pasemi_mac: Netpoll support
On Wed, Mar 26, 2008 at 03:41:01PM +0300, Valentine Barshak wrote:
>> + pasemi_mac_tx_intr(mac->tx->chan.irq, mac->tx);
>> + enable_irq(mac->tx->chan.irq);
>> +
>> + disable_irq(mac->rx->chan.irq);
>> + pasemi_mac_rx_intr(mac->rx->chan.irq, dev);
>
> Shouldn't this actually be pasemi_mac_rx_intr(mac->rx->chan.irq, mac->rx)?
Yeah, it should. It used to take the netdev pointer instead. And the
void * argument means I never got a compiler warning from it.
Thanks!
-Olof
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists