Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300087
b: refs/heads/master
c: ab27a20
h: refs/heads/master
i:
  300085: f39990f
  300083: 95ac757
  300079: 3221033
v: v3
  • Loading branch information
Yong Wang authored and H. Peter Anvin committed May 4, 2012
1 parent c8500b2 commit bf9ed78
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: d1d0589a565a2528a044cfd680141c3e2db18d0a
refs/heads/master: ab27a20e6212cd1d96d813352b47e1fc1cfd01db
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/intel_mid_powerbtn.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static int __devinit mfld_pb_probe(struct platform_device *pdev)

input_set_capability(input, EV_KEY, KEY_POWER);

error = request_threaded_irq(irq, NULL, mfld_pb_isr, 0,
error = request_threaded_irq(irq, NULL, mfld_pb_isr, IRQF_NO_SUSPEND,
DRIVER_NAME, input);
if (error) {
dev_err(&pdev->dev, "Unable to request irq %d for mfld power"
Expand Down

0 comments on commit bf9ed78

Please sign in to comment.