From: Sandeep Paulraj Date: Sun, 20 Sep 2009 17:47:03 +0000 (-0400) Subject: DaVinci: EDMA: Fix Bug while obtaining contiguous params X-Git-Tag: v2.6.33-rc1~348^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc93fc3f34552e791e480ac21a17eceb9c0e26f2;p=pandora-kernel.git DaVinci: EDMA: Fix Bug while obtaining contiguous params The reserve_contiguous_params function is used to reserve a set of contiguous PARAMs. If we do not find a complete set of contiguous PARAMs, the functions still has to free every PARAM that it found to be free in the process of finding a complete set and thus marked as "in use". This patch mainly deals with correctly handling the freeing of PARAMs. Signed-off-by: Sandeep Paulraj Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed