From: Andrew Morton <akpm@osdl.org>
To: kjhall@us.ibm.com, linux-kernel@vger.kernel.org,
tpmdd-devel@lists.sourceforge.net
Subject: Re: [PATCH] tpm: use clear_bit
Date: Tue, 11 Apr 2006 16:21:25 -0700 [thread overview]
Message-ID: <20060411162125.660e5535.akpm@osdl.org> (raw)
In-Reply-To: <20060411160206.4bffa1c2.akpm@osdl.org>
Andrew Morton <akpm@osdl.org> wrote:
>
> - dev_mask[i] &= !(1 << j);
> + clear_bit(dev_num, dev_mask);
Note that this fixes a bug. We wanted a ~ in there.
next prev parent reply other threads:[~2006-04-11 23:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-10 14:37 [PATCH 3/7] tpm: chip struct update Kylene Jo Hall
2006-04-10 21:50 ` Andrew Morton
2006-04-11 22:42 ` [PATCH] tpm: use clear_bit Kylene Jo Hall
2006-04-11 23:02 ` Andrew Morton
2006-04-11 23:21 ` Andrew Morton [this message]
2006-04-12 21:47 ` [PATCH] tpm: use find_first_zero_bit Kylene Jo Hall
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=20060411162125.660e5535.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=kjhall@us.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tpmdd-devel@lists.sourceforge.net \
/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
all inboxes | Powered by JetHome®