Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357711
b: refs/heads/master
c: 0e87e73
h: refs/heads/master
i:
  357709: 0bd1a62
  357707: 2913307
  357703: 7d61405
  357695: 6ac90d6
v: v3
  • Loading branch information
Mark A. Greer authored and Herbert Xu committed Jan 5, 2013
1 parent 24204ad commit 1989b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 03feec9cc67eaa21e9aa0d3aede0dfed0629f468
refs/heads/master: 0e87e73f4abe1ada69cf780fe2550c6361a1b53b
3 changes: 2 additions & 1 deletion trunk/drivers/crypto/omap-sham.c
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,8 @@ static int __devinit omap_sham_probe(struct platform_device *pdev)
dma_cap_zero(mask);
dma_cap_set(DMA_SLAVE, mask);

dd->dma_lch = dma_request_channel(mask, omap_dma_filter_fn, &dd->dma);
dd->dma_lch = dma_request_slave_channel_compat(mask, omap_dma_filter_fn,
&dd->dma, dev, "rx");
if (!dd->dma_lch) {
dev_err(dev, "unable to obtain RX DMA engine channel %u\n",
dd->dma);
Expand Down

0 comments on commit 1989b3c

Please sign in to comment.