Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320725
b: refs/heads/master
c: 212436c
h: refs/heads/master
i:
  320723: 3696a57
v: v3
  • Loading branch information
Theodore Ts'o committed Jul 19, 2012
1 parent 4595728 commit 9803b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c5857ccf293968348e5eb4ebedc68074de3dcda6
refs/heads/master: 212436c2ac11bce48d40fae04147dc025f2775ca
3 changes: 1 addition & 2 deletions trunk/drivers/mfd/tps65010.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,7 @@ static int tps65010_probe(struct i2c_client *client,
*/
if (client->irq > 0) {
status = request_irq(client->irq, tps65010_irq,
IRQF_SAMPLE_RANDOM | IRQF_TRIGGER_FALLING,
DRIVER_NAME, tps);
IRQF_TRIGGER_FALLING, DRIVER_NAME, tps);
if (status < 0) {
dev_dbg(&client->dev, "can't get IRQ %d, err %d\n",
client->irq, status);
Expand Down

0 comments on commit 9803b3e

Please sign in to comment.