From: Chuck Ebbert <cebbert@redhat.com>
To: Peter Osterlund <petero2@telia.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Improve error recovery in serial mouse driver
Date: Fri, 16 Mar 2007 15:22:39 -0400 [thread overview]
Message-ID: <45FAEE7F.4010908@redhat.com> (raw)
In-Reply-To: <m3k5xiqput.fsf@telia.com>
Peter Osterlund wrote:
> if (data & 0x40) sermouse->count = 0;
> + else if (sermouse->count == 0) return;
if (data & 0x40)
sermouse->count = 0;
else
if (sermouse->count == 0)
return;
?
Would have been a good time to clean that one up...
prev parent reply other threads:[~2007-03-16 19:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-15 19:16 [PATCH] Improve error recovery in serial mouse driver Peter Osterlund
2007-03-16 5:01 ` Dmitry Torokhov
2007-03-16 19:22 ` Chuck Ebbert [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=45FAEE7F.4010908@redhat.com \
--to=cebbert@redhat.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=petero2@telia.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