Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223134
b: refs/heads/master
c: 59a609d
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre authored and Dan Williams committed Dec 14, 2010
1 parent 16aa2db commit efbe0ea
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: f3c677b997757326e1f29d33060719a6a5091950
refs/heads/master: 59a609d9b59be9452f168fe228befea53d5962ff
2 changes: 1 addition & 1 deletion trunk/drivers/dma/at_hdmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ atc_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl,
desc->lli.daddr = mem;
desc->lli.ctrla = ctrla
| ATC_DST_WIDTH(mem_width)
| len >> mem_width;
| len >> reg_width;
desc->lli.ctrlb = ctrlb;

if (!first) {
Expand Down

0 comments on commit efbe0ea

Please sign in to comment.