From 51c99e0498c637bf43fb3be786d121d8dceef337 Mon Sep 17 00:00:00 2001 From: Sandeep Paulraj Date: Wed, 16 Sep 2009 18:09:59 -0400 Subject: [PATCH] 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-format-patch failed