ARM: OMAP: Fix MMC DMA frame count overflow
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 &
Showing
Please register or sign in to comment