Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294031
b: refs/heads/master
c: b51425b
h: refs/heads/master
i:
  294029: a3f316c
  294027: b6e01c0
  294023: 4697019
  294015: 6c666e7
v: v3
  • Loading branch information
Julia Lawall authored and Dmitry Torokhov committed Mar 13, 2012
1 parent 2a6c791 commit 9308c42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 05b7b842fa1798c4775997602d42f3d6373e7ef3
refs/heads/master: b51425becfe127e0c17a8501ffa079b37241ed11
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/hp680_ts_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static int __init hp680_ts_init(void)
hp680_ts_dev->phys = "hp680_ts/input0";

if (request_irq(HP680_TS_IRQ, hp680_ts_interrupt,
0, MODNAME, 0) < 0) {
0, MODNAME, NULL) < 0) {
printk(KERN_ERR "hp680_touchscreen.c: Can't allocate irq %d\n",
HP680_TS_IRQ);
err = -EBUSY;
Expand Down

0 comments on commit 9308c42

Please sign in to comment.