From: Greg KH <greg@kroah.com>
To: Roland Dreier <rdreier@cisco.com>
Cc: Roel Kluin <roel.kluin@gmail.com>, Greg KH <gregkh@suse.de>,
lkml <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH] staging: &&/|| typo
Date: Tue, 17 Feb 2009 17:44:11 -0800 [thread overview]
Message-ID: <20090218014411.GA30552@kroah.com> (raw)
In-Reply-To: <adamycn7aqx.fsf@cisco.com>
On Sun, Feb 15, 2009 at 11:36:54AM -0800, Roland Dreier wrote:
> > - if(fifo_size != 0x400 || fifo_size != 0x2000)
> > + if(fifo_size != 0x400 && fifo_size != 0x2000)
>
> What does the presence of this bug say about the probability that this
> code has ever been used for anything real?
With the comedi drivers, I really don't know, they have not had that
much wide exposure before, despite being around for a very long time.
thanks,
greg k-h
prev parent reply other threads:[~2009-02-18 2:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-15 19:28 [PATCH] staging: &&/|| typo Roel Kluin
2009-02-15 19:36 ` Roland Dreier
2009-02-18 1:44 ` Greg KH [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=20090218014411.GA30552@kroah.com \
--to=greg@kroah.com \
--cc=akpm@linux-foundation.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=rdreier@cisco.com \
--cc=roel.kluin@gmail.com \
/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