Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373173
b: refs/heads/master
c: a200e32
h: refs/heads/master
i:
  373171: f0d49ac
v: v3
  • Loading branch information
Gabriel Fernandez authored and Samuel Ortiz committed Apr 5, 2013
1 parent d8a263f commit 38c9077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ab3a89a741fa4c331f42dec17fde59586dc59e6
refs/heads/master: a200e320f7ba7daa42e5fae3a1c67ed2f704b05c
3 changes: 3 additions & 0 deletions trunk/drivers/mfd/stmpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,9 @@ int stmpe_probe(struct stmpe_client_info *ci, int partnum)
return -ENOMEM;

stmpe_of_probe(pdata, np);

if (of_find_property(np, "interrupts", NULL) == NULL)
ci->irq = -1;
}

stmpe = devm_kzalloc(ci->dev, sizeof(struct stmpe), GFP_KERNEL);
Expand Down

0 comments on commit 38c9077

Please sign in to comment.