Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321133
b: refs/heads/master
c: 04e8c7b
h: refs/heads/master
i:
  321131: 1cad9fb
v: v3
  • Loading branch information
Kevin Hilman authored and Russell King committed Jul 31, 2012
1 parent 4850c64 commit 26e4bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4e1755bbb4857ea4c5a5e12927cbc04e843cb4d4
refs/heads/master: 04e8c7bc2c1eda2d06ff6eb57a7df97e64d895e6
2 changes: 2 additions & 0 deletions trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1924,12 +1924,14 @@ static int __devinit omap_hsmmc_probe(struct platform_device *pdev)
host->rx_chan = dma_request_channel(mask, omap_dma_filter_fn, &rx_req);
if (!host->rx_chan) {
dev_err(mmc_dev(host->mmc), "unable to obtain RX DMA engine channel %u\n", rx_req);
ret = -ENXIO;
goto err_irq;
}

host->tx_chan = dma_request_channel(mask, omap_dma_filter_fn, &tx_req);
if (!host->tx_chan) {
dev_err(mmc_dev(host->mmc), "unable to obtain TX DMA engine channel %u\n", tx_req);
ret = -ENXIO;
goto err_irq;
}

Expand Down

0 comments on commit 26e4bd9

Please sign in to comment.