Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297483
b: refs/heads/master
c: 880db3f
h: refs/heads/master
i:
  297481: a8da014
  297479: 20db616
v: v3
  • Loading branch information
Julia Lawall authored and Vinod Koul committed Jan 31, 2012
1 parent adfe178 commit 65410d5
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: 7bec78e0a82418021dc2e63dea4d2b749953086d
refs/heads/master: 880db3ff17a973bc0e9847299d1fd9cdf4568ee1
2 changes: 1 addition & 1 deletion trunk/drivers/dma/amba-pl08x.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ static int pl08x_fill_llis_for_desc(struct pl08x_driver_data *pl08x,
}

if ((bd.srcbus.addr % bd.srcbus.buswidth) ||
(bd.srcbus.addr % bd.srcbus.buswidth)) {
(bd.dstbus.addr % bd.dstbus.buswidth)) {
dev_err(&pl08x->adev->dev,
"%s src & dst address must be aligned to src"
" & dst width if peripheral is flow controller",
Expand Down

0 comments on commit 65410d5

Please sign in to comment.