Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311871
b: refs/heads/master
c: 623b51f
h: refs/heads/master
i:
  311869: f55e50f
  311867: 7f2e1bc
  311863: 2a91d65
  311855: 044b23c
  311839: 83b4785
  311807: 052eac7
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Chris Ball committed Jul 11, 2012
1 parent 0f07a7a commit ff283ca
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 87f761b6c0c4c6aa8072734a574b4049a9b8f9d4
refs/heads/master: 623b51fc8642fd3c795fa9903be3adaa537ad9c5
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/core/cd-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ int mmc_cd_gpio_request(struct mmc_host *host, unsigned int gpio)
goto egpioreq;

ret = request_threaded_irq(irq, NULL, mmc_cd_gpio_irqt,
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
cd->label, host);
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING |
IRQF_ONESHOT, cd->label, host);
if (ret < 0)
goto eirqreq;

Expand Down

0 comments on commit ff283ca

Please sign in to comment.