[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090306093642.GA24864@dtor-d630.eng.vmware.com>
Date: Fri, 6 Mar 2009 01:38:00 -0800
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Bryan Wu <cooloney@...nel.org>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
Michael Hennerich <michael.hennerich@...log.com>
Subject: Re: [PATCH] Input: bf54x-keys: Fix typo
Hi Bryan,
On Fri, Mar 06, 2009 at 11:34:51AM +0800, Bryan Wu wrote:
> From: Michael Hennerich <michael.hennerich@...log.com>
>
> Signed-off-by: Michael Hennerich <michael.hennerich@...log.com>
> Signed-off-by: Bryan Wu <cooloney@...nel.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists