[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090508.124107.210148762.davem@davemloft.net>
Date: Fri, 08 May 2009 12:41:07 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: radek@...gorny.cz
Cc: netdev@...r.kernel.org
Subject: Re: via velocity trivial patch
From: Radek Podgorny <radek@...gorny.cz>
Date: Fri, 08 May 2009 13:32:30 +0200
> @@ -2226,8 +2226,8 @@
> spin_lock(&vptr->lock);
> isr_status = mac_read_isr(vptr->mac_regs);
>
> - - /* Not us ? */
> - - if (isr_status == 0) {
> + /* Not us or garbage ? */
> + if (isr_status == 0 || isr_status == 0xffffffff) {
Your patch is also completely mangled and would not apply
anyways.
--
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