Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149469
b: refs/heads/master
c: 6c413cc
h: refs/heads/master
i:
  149467: 5b0472a
v: v3
  • Loading branch information
Philipp Zabel authored and Pierre Ossman committed Jun 13, 2009
1 parent d381624 commit 5122b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 5e74672c0925335bb00772530634ac70179e8a19
refs/heads/master: 6c413cc76b893310b3b258b7de47fb74dcc50203
6 changes: 2 additions & 4 deletions trunk/drivers/mmc/host/tmio_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,13 +597,11 @@ 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, "tmio-mmc",
host);
ret = request_irq(host->irq, tmio_mmc_irq, IRQF_DISABLED |
IRQF_TRIGGER_FALLING, "tmio-mmc", host);
if (ret)
goto unmap_cnf;

set_irq_type(host->irq, IRQ_TYPE_EDGE_FALLING);

mmc_add_host(mmc);

printk(KERN_INFO "%s at 0x%08lx irq %d\n", mmc_hostname(host->mmc),
Expand Down

0 comments on commit 5122b2c

Please sign in to comment.