Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225781
b: refs/heads/master
c: 8c11a94
h: refs/heads/master
i:
  225779: 3ec5f1e
v: v3
  • Loading branch information
Russell King committed Dec 30, 2010
1 parent 7009fd6 commit 2bbd281
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 991a86e182203913b71607f0695955d7e23075d7
refs/heads/master: 8c11a94d86eb5489dc665bc566bf624e329d89fa
8 changes: 4 additions & 4 deletions trunk/drivers/mmc/host/mmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -960,12 +960,12 @@ static int __devinit mmci_probe(struct amba_device *dev, struct amba_id *id)

amba_set_drvdata(dev, mmc);

mmc_add_host(mmc);

dev_info(&dev->dev, "%s: MMCI rev %x cfg %02x at 0x%016llx irq %d,%d\n",
mmc_hostname(mmc), amba_rev(dev), amba_config(dev),
dev_info(&dev->dev, "%s: PL%03x rev%u at 0x%08llx irq %d,%d\n",
mmc_hostname(mmc), amba_part(dev), amba_rev(dev),
(unsigned long long)dev->res.start, dev->irq[0], dev->irq[1]);

mmc_add_host(mmc);

return 0;

irq0_free:
Expand Down

0 comments on commit 2bbd281

Please sign in to comment.