From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Bryan Wu <cooloney@kernel.org>
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Michael Hennerich <michael.hennerich@analog.com>
Subject: Re: [PATCH] Input: bf54x-keys: Fix typo
Date: Fri, 6 Mar 2009 01:38:00 -0800 [thread overview]
Message-ID: <20090306093642.GA24864@dtor-d630.eng.vmware.com> (raw)
In-Reply-To: <1236310491-24387-1-git-send-email-cooloney@kernel.org>
Hi Bryan,
On Fri, Mar 06, 2009 at 11:34:51AM +0800, Bryan Wu wrote:
> From: Michael Hennerich <michael.hennerich@analog.com>
>
> Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
> Signed-off-by: Bryan Wu <cooloney@kernel.org>
> ---
> drivers/input/keyboard/bf54x-keys.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c
> index ee855c5..c6f4e16 100644
> --- a/drivers/input/keyboard/bf54x-keys.c
> +++ b/drivers/input/keyboard/bf54x-keys.c
> @@ -212,7 +212,7 @@ static int __devinit bfin_kpad_probe(struct platform_device *pdev)
> 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");
> + ": Invalid Debounce/Columndrive Time from platform data\n");
Applied, but lowered severity form error to warning since the driver
is still functional even with bad timing values in platform data.
--
Dmitry
next prev parent reply other threads:[~2009-03-06 9:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-06 3:34 [PATCH] Input: bf54x-keys: Fix typo Bryan Wu
2009-03-06 9:38 ` Dmitry Torokhov [this message]
2009-04-14 9:40 ` [PATCH] Input: bf54x-keys: Remove depreciated IRQF_SAMPLE_RANDOM flag Hennerich, Michael
2009-04-14 10:44 ` [PATCH] Input: ad7877.c and ad7879.c: " Hennerich, Michael
2009-04-14 10:57 ` Hennerich, Michael
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=20090306093642.GA24864@dtor-d630.eng.vmware.com \
--to=dmitry.torokhov@gmail.com \
--cc=cooloney@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michael.hennerich@analog.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).