From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: "Hennerich, Michael" <Michael.Hennerich@analog.com>
Cc: Roel Kluin <roel.kluin@gmail.com>,
cooloney@kernel.org, linux-input@vger.kernel.org
Subject: Re: [PATCH] Input, blackfin: ! has a higher priority than >
Date: Thu, 29 Jan 2009 23:10:00 -0800 [thread overview]
Message-ID: <20090130070959.GA3481@dtor-d630.eng.vmware.com> (raw)
In-Reply-To: <8A42379416420646B9BFAC9682273B6D0844D6E2@limkexm3.ad.analog.com>
On Thu, Jan 29, 2009 at 09:08:45AM -0000, Hennerich, Michael wrote:
>
>
> >From: Roel Kluin [mailto:roel.kluin@gmail.com]
> >
> >! has a higher priority than >
> >
> >Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
> >---
> >diff --git a/drivers/input/keyboard/bf54x-keys.c
> >b/drivers/input/keyboard/bf54x-keys.c
> >index 1928401..ee855c5 100644
> >--- a/drivers/input/keyboard/bf54x-keys.c
> >+++ b/drivers/input/keyboard/bf54x-keys.c
> >@@ -209,8 +209,8 @@ static int __devinit bfin_kpad_probe(struct
> >platform_device *pdev)
> > goto out;
> > }
> >
> >- if (!pdata->debounce_time || !pdata->debounce_time > MAX_MULT ||
> >- !pdata->coldrive_time || !pdata->coldrive_time > MAX_MULT) {
> >+ if (!pdata->debounce_time || pdata->debounce_time > MAX_MULT ||
> >+ !pdata->coldrive_time || pdata->coldrive_time > MAX_MULT) {
> > printk(KERN_ERR DRV_NAME
> > ": Invalid Debounce/Columdrive Time from
> pdata\n");
> > bfin_write_KPAD_MSEL(0xFF0); /* Default MSEL */
>
> Acked-by: Michael Hennerich <michael.hennerich@analog.com>
>
Applied to 'for-linus', thanks!
--
Dmitry
prev parent reply other threads:[~2009-01-30 7:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-28 22:22 [PATCH] Input, blackfin: ! has a higher priority than > Roel Kluin
2009-01-29 9:08 ` Hennerich, Michael
2009-01-30 7:10 ` Dmitry Torokhov [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=20090130070959.GA3481@dtor-d630.eng.vmware.com \
--to=dmitry.torokhov@gmail.com \
--cc=Michael.Hennerich@analog.com \
--cc=cooloney@kernel.org \
--cc=linux-input@vger.kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).