Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143149
b: refs/heads/master
c: 87f0fd0
h: refs/heads/master
i:
  143147: 2469724
v: v3
  • Loading branch information
Michael Hennerich authored and Dmitry Torokhov committed Mar 10, 2009
1 parent 9412430 commit 764933d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9bdffd2102404e8ea5f71c5b88dad890984164d
refs/heads/master: 87f0fd02a4a98df105b8fcfb80f1dcbe28d01cc8
4 changes: 2 additions & 2 deletions trunk/drivers/input/keyboard/bf54x-keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ 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");
printk(KERN_WARNING DRV_NAME
": Invalid Debounce/Columndrive Time in platform data\n");
bfin_write_KPAD_MSEL(0xFF0); /* Default MSEL */
} else {
bfin_write_KPAD_MSEL(
Expand Down

0 comments on commit 764933d

Please sign in to comment.