git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc7d5cf
)
tile PCI DMA: fix bug in non-page-aligned accessors
author
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 5 Aug 2013 17:45:28 +0000
(13:45 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Tue, 6 Aug 2013 16:56:04 +0000
(12:56 -0400)
The code incorrectly masked with PAGE_OFFSET instead of
PAGE_SIZE-1. This only matters when trying to do a
non page-aligned DMA; it was noticed during code inspection.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
No differences found