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:
85049d4
)
ARM: OMAP: Fix MMC DMA frame count overflow
author
Tony Lindgren
<tony@atomide.com>
Tue, 16 Aug 2005 12:00:57 +0000
(
05:00
-0700)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 16 Aug 2005 12:00:57 +0000
(
05:00
-0700)
In some cases u16 count = sg_dma_len(sg) would overflow resulting in 0
length DMA transfers which would hang the system.
Without this fix, the following command would hang:
# dd if=/dev/mmcblk0 of=/dev/null bs=1M count=1 &
No differences found