commit | 6ab55b214c625f4d56199f7ebd0b419f43f23bb2 | [log] [tgz] |
---|---|---|
author | Stefan Agner <stefan@agner.ch> | Thu Nov 13 12:56:02 2014 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Dec 08 18:43:44 2014 +0530 |
tree | 9e39cfa4e87e89e9f68be04702b3eb261b76f742 | |
parent | 345e3123d112600b55f1d43124f2e977ee83d0cc [diff] |
dmaengine: fsl-edma: fix calculation of remaining bytes If the current transfer control descriptor (TCD) was not yet started, the address will be the same as the initial address. Hence test if the current address is less than or equal to the start address of each TCD. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Vinod Koul <vinod.koul@intel.com>