mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 16:46:23 +08:00
Input: bf54x-keys - fix typo in warning
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
d9bdffd210
commit
87f0fd02a4
@ -211,8 +211,8 @@ static int __devinit bfin_kpad_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
if (!pdata->debounce_time || pdata->debounce_time > MAX_MULT ||
|
if (!pdata->debounce_time || pdata->debounce_time > MAX_MULT ||
|
||||||
!pdata->coldrive_time || pdata->coldrive_time > MAX_MULT) {
|
!pdata->coldrive_time || pdata->coldrive_time > MAX_MULT) {
|
||||||
printk(KERN_ERR DRV_NAME
|
printk(KERN_WARNING DRV_NAME
|
||||||
": Invalid Debounce/Columdrive Time from pdata\n");
|
": Invalid Debounce/Columndrive Time in platform data\n");
|
||||||
bfin_write_KPAD_MSEL(0xFF0); /* Default MSEL */
|
bfin_write_KPAD_MSEL(0xFF0); /* Default MSEL */
|
||||||
} else {
|
} else {
|
||||||
bfin_write_KPAD_MSEL(
|
bfin_write_KPAD_MSEL(
|
||||||
|
Loading…
Reference in New Issue
Block a user