From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Andreas Mohr <andi@rhlx01.fht-esslingen.de>
Cc: akpm@osdl.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ide: Fix crash on repeated reset
Date: Mon, 04 Sep 2006 23:04:37 +0100 [thread overview]
Message-ID: <1157407477.9018.0.camel@localhost.localdomain> (raw)
In-Reply-To: <20060904193807.GA6118@rhlx01.fht-esslingen.de>
Ar Llu, 2006-09-04 am 21:38 +0200, ysgrifennodd Andreas Mohr:
> Hi,
>
> On Mon, Sep 04, 2006 at 02:54:01PM +0100, Alan Cox wrote:
> > unsigned int sleeping : 1;
> > /* BOOL: polling active & poll_timeout field valid */
> > unsigned int polling : 1;
> > + /* BOOL: in a polling reset situation. Must not trigger another reset yet */
> > + unsigned resetting : 1;
> > +
>
> Inconsistent variable type declarations/formatting?
Harmless but true. Updated in my tree.
Alan
prev parent reply other threads:[~2006-09-05 13:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-04 13:54 [PATCH] ide: Fix crash on repeated reset Alan Cox
2006-09-04 19:38 ` Andreas Mohr
2006-09-04 22:04 ` Alan Cox [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=1157407477.9018.0.camel@localhost.localdomain \
--to=alan@lxorguk.ukuu.org.uk \
--cc=akpm@osdl.org \
--cc=andi@rhlx01.fht-esslingen.de \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).