[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4693B700.8050302@garzik.org>
Date: Tue, 10 Jul 2007 12:42:40 -0400
From: Jeff Garzik <jeff@...zik.org>
To: Alexey Dobriyan <adobriyan@...ru>
CC: netdev@...r.kernel.org, fthain@...egraphics.com.au
Subject: Re: macmace: use "unsigned long flags;"
Alexey Dobriyan wrote:
> Code will do local_irq_save() on it.
>
> Signed-off-by: Alexey Dobriyan <adobriyan@...ru>
> ---
>
> drivers/net/macmace.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/net/macmace.c
> +++ b/drivers/net/macmace.c
> @@ -577,7 +577,7 @@ static irqreturn_t mace_interrupt(int irq, void *dev_id)
> struct mace_data *mp = netdev_priv(dev);
> volatile struct mace *mb = mp->mace;
> int intr, fs;
> - unsigned int flags;
> + unsigned long flags;
applied
-
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