commit | 57001a606f845ce2eda21a0f23e6aab20ee0cb04 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Fri Aug 05 15:32:45 2011 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Aug 25 19:35:07 2011 +0530 |
tree | e66120a192e0a98b0c2d0ca0255331edeb6db0d2 | |
parent | 0a2356572b1910cc977f4ccf3c9ee1ecab08327a [diff] |
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 <viresh.kumar@st.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>