Re: [PATCH 1/2] clk: imx: imx8m: avoid memory leak

From: Stephen Boyd
Date: Tue Jul 28 2020 - 04:30:25 EST


Quoting peng.fan@xxxxxxx (2020-07-27 19:54:48)
> From: Peng Fan <peng.fan@xxxxxxx>
>
> Use devm_kzalloc to avoid memory leak when probe fail.

Please add () to functions in commit text.

>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>