Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131927
b: refs/heads/master
c: e8e0c02
h: refs/heads/master
i:
  131925: 8b3540b
  131923: 4c38644
  131919: 264120e
v: v3
  • Loading branch information
Roel Kluin authored and Dmitry Torokhov committed Jan 30, 2009
1 parent 3227ba6 commit ba7fff4
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: 27f23336bcc1b08512751c878b3e05ed6b815e86
refs/heads/master: e8e0c02340f2d3e4f1ea75a136883d8797290929
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 @@ -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 */
Expand Down

0 comments on commit ba7fff4

Please sign in to comment.