Sorry, please, ignore this patch.
I send it to the wrong receiver.
On Mon, Jun 08, 2015 at 05:37:10PM +0800, Firo Yang wrote:
>A Coccinelle warning.
>It's not necessary to free memory allocated with devm_xxx
>and using these free functions maybe lead to a double free that
>will corrupt the resourc
A Coccinelle warning.
It's not necessary to free memory allocated with devm_xxx
and using these free functions maybe lead to a double free that
will corrupt the resource subsys. So, I just remove them.
Signed-off-by: Firo Yang
---
In "[PATCH] ARM: pxa: ssp: remove unnessary free for devm_xxx",
I