From: Viresh Kumar Date: Fri, 5 Aug 2011 10:02:45 +0000 (+0530) Subject: dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly X-Git-Tag: v3.2-rc1~47^2~18^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57001a606f845ce2eda21a0f23e6aab20ee0cb04;p=pandora-kernel.git dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly pl08x_prep_channel_resources() is calling kfree() directly for txd(). To maintain consistency in code call pl08x_free_txd() instead. Signed-off-by: Viresh Kumar Acked-by: Linus Walleij Signed-off-by: Vinod Koul --- Reading git-diff-tree failed