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

2020-07-28 Thread Peng Fan
> Subject: Re: [PATCH 1/2] clk: imx: imx8m: avoid memory leak > > Quoting peng@nxp.com (2020-07-27 19:54:48) > > From: Peng Fan > > > > Use devm_kzalloc to avoid memory leak when probe fail. > > Please add () to functions in commit text. V2 is just out,

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

2020-07-28 Thread Stephen Boyd
Quoting peng@nxp.com (2020-07-27 19:54:48) > From: Peng Fan > > Use devm_kzalloc to avoid memory leak when probe fail. Please add () to functions in commit text. > > Signed-off-by: Peng Fan