Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306606
b: refs/heads/master
c: f31ad40
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Dmitry Torokhov committed May 2, 2012
1 parent 7b4f000 commit 3195add
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: 46f49b7a223ac7493e7cf619fb583d11edefc2c2
refs/heads/master: f31ad406693f114e57ad4651eb17deb68419c7cb
2 changes: 1 addition & 1 deletion trunk/drivers/input/misc/mpu3050.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ static int __devinit mpu3050_probe(struct i2c_client *client,

error = request_threaded_irq(client->irq,
NULL, mpu3050_interrupt_thread,
IRQF_TRIGGER_RISING,
IRQF_TRIGGER_RISING | IRQF_ONESHOT,
"mpu3050", sensor);
if (error) {
dev_err(&client->dev,
Expand Down

0 comments on commit 3195add

Please sign in to comment.