Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286104
b: refs/heads/master
c: 1d0c81e
h: refs/heads/master
v: v3
  • Loading branch information
Vinod Koul committed Oct 31, 2011
1 parent 04574f9 commit 5f8e783
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1003cab8276cd34d9deab8ca9d148ee59f7728a7
refs/heads/master: 1d0c81e876fe04295ef5df387ba057bf9cfae3d8
2 changes: 1 addition & 1 deletion trunk/drivers/misc/carma/carma-fpga-program.c
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ static noinline int fpga_program_dma(struct fpga_dev *priv)
* transaction, and then put it under external control
*/
memset(&config, 0, sizeof(config));
config.direction = DMA_TO_DEVICE;
config.direction = DMA_MEM_TO_DEV;
config.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
config.dst_maxburst = fpga_fifo_size(priv->regs) / 2 / 4;
ret = chan->device->device_control(chan, DMA_SLAVE_CONFIG,
Expand Down

0 comments on commit 5f8e783

Please sign in to comment.