Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324323
b: refs/heads/master
c: 567fd1d
h: refs/heads/master
i:
  324321: b2035df
  324319: 6190633
v: v3
  • Loading branch information
Qiang Liu authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent 8b4b601 commit 9b70b6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: cfeb28525faa855b7f0bd06a330a6961f4c5127e
refs/heads/master: 567fd1d4a66a2d6e5599be0ada582e0a3dbd23d4
1 change: 0 additions & 1 deletion trunk/drivers/misc/carma/carma-fpga-program.c
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,6 @@ static int fpga_of_probe(struct platform_device *op)
dev_set_drvdata(priv->dev, priv);
dma_cap_zero(mask);
dma_cap_set(DMA_MEMCPY, mask);
dma_cap_set(DMA_INTERRUPT, mask);
dma_cap_set(DMA_SLAVE, mask);
dma_cap_set(DMA_SG, mask);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/misc/carma/carma-fpga.c
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ static int data_submit_dma(struct fpga_device *priv, struct data_buf *buf)
src = SYS_FPGA_BLOCK;
tx = chan->device->device_prep_dma_memcpy(chan, dst, src,
REG_BLOCK_SIZE,
DMA_PREP_INTERRUPT);
0);
if (!tx) {
dev_err(priv->dev, "unable to prep SYS-FPGA DMA\n");
return -ENOMEM;
Expand Down

0 comments on commit 9b70b6b

Please sign in to comment.