From: David Miller <davem@davemloft.net>
To: radek@podgorny.cz
Cc: netdev@vger.kernel.org
Subject: Re: via velocity trivial patch
Date: Fri, 08 May 2009 12:41:07 -0700 (PDT) [thread overview]
Message-ID: <20090508.124107.210148762.davem@davemloft.net> (raw)
In-Reply-To: <4A04184E.5040507@podgorny.cz>
From: Radek Podgorny <radek@podgorny.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.
prev parent reply other threads:[~2009-05-08 19:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <49F1A05A.8070802@podgorny.cz>
2009-05-06 21:07 ` via velocity trivial patch Radek Podgorny
2009-05-07 22:02 ` David Miller
2009-05-08 11:32 ` Radek Podgorny
2009-05-08 19:29 ` Francois Romieu
2009-05-10 21:06 ` Radek Podgorny
2009-05-13 13:03 ` Radek Podgorny
2009-05-13 22:32 ` Francois Romieu
2009-05-08 19:40 ` David Miller
2009-05-08 19:41 ` David Miller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090508.124107.210148762.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=radek@podgorny.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox