Re: [PATCH V1] pinctrl:pxa:pinctrl-pxa2xx:- No need of devm functions
From: Linus Walleij <hidden>
Date: 2016-12-27 12:49:13
Also in:
linux-arm-kernel, lkml
From: Linus Walleij <hidden>
Date: 2016-12-27 12:49:13
Also in:
linux-arm-kernel, lkml
On Thu, Dec 8, 2016 at 3:35 PM, Arvind Yadav [off-list ref] wrote:
In functions pxa2xx_build_functions, the memory allocated for 'functions' is live within the function only. After the allocation it is immediately freed with devm_kfree. There is no need to allocate memory for 'functions' with devm function so replace devm_kcalloc with kcalloc and devm_kfree with kfree. Signed-off-by: Arvind Yadav <redacted>
I want the maintainer Robert Jarzmik to review this before I do anything with it. Yours, Linus Walleij