commit | 51c99e0498c637bf43fb3be786d121d8dceef337 | [log] [tgz] |
---|---|---|
author | Sandeep Paulraj <s-paulraj@ti.com> | Wed Sep 16 18:09:59 2009 -0400 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Wed Nov 25 10:21:24 2009 -0800 |
tree | 3cdaeeb6bf68cc78b8f6bb4a9e15a8cdc2ba1793 | |
parent | 7761ef67930dac37f90aaf0ffcd6b1f473c07dfc [diff] |
DaVinci: EDMA: Fix bug in edma_free_cont_slots API In the edma_free_cont_slots API, the variable slot was being modified and then used in the for loop. This results in incorrect behaviour when the API is used. Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>