From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Sun, 31 Jul 2011 02:45:35 +0200 Subject: [PATCH 18/18] dmaengine/amba-pl08x: Call pl08x_free_txd() instead of calling kfree() directly In-Reply-To: <90793b4b9824f8152aa4cea07fd91a8ecd3481e8.1311936524.git.viresh.kumar@st.com> References: <90793b4b9824f8152aa4cea07fd91a8ecd3481e8.1311936524.git.viresh.kumar@st.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 2011/7/29 Viresh Kumar : > 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 Good idea, Acked-by: Linus Walleij Yours, Linus Walleij