From: Sandeep Paulraj Date: Wed, 16 Sep 2009 22:09:59 +0000 (-0400) Subject: DaVinci: EDMA: Fix bug in edma_free_cont_slots API X-Git-Tag: v2.6.33-rc1~348^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51c99e0498c637bf43fb3be786d121d8dceef337;p=pandora-kernel.git 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 Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed