Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176401
b: refs/heads/master
c: 14f1b75
h: refs/heads/master
i:
  176399: 12fb8e5
v: v3
  • Loading branch information
Magnus Damm authored and Linus Torvalds committed Dec 15, 2009
1 parent aa9f98b commit 08e4a35
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: eb962d5bb7da4f25e20e5d448ee3aac394144ff6
refs/heads/master: 14f1b75b1d31673d7ab6ac6d2f8fe7f23c705229
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/tmio_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ static int __devinit tmio_mmc_probe(struct platform_device *dev)
disable_mmc_irqs(host, TMIO_MASK_ALL);

ret = request_irq(host->irq, tmio_mmc_irq, IRQF_DISABLED |
IRQF_TRIGGER_FALLING, "tmio-mmc", host);
IRQF_TRIGGER_FALLING, dev_name(&dev->dev), host);
if (ret)
goto unmap_cnf;

Expand Down

0 comments on commit 08e4a35

Please sign in to comment.