Re: [PATCH] soc: imx: scu: use devm_kasprintf

2020-06-23 Thread Shawn Guo
On Wed, Jun 03, 2020 at 05:29:32PM +0800, peng@nxp.com wrote: > From: Peng Fan > > Use devm_kasprintf to simplify code > > Signed-off-by: Peng Fan Applied, thanks.

RE: [PATCH] soc: imx: scu: use devm_kasprintf

2020-06-04 Thread Aisheng Dong
> From: Peng Fan > Sent: Wednesday, June 3, 2020 5:30 PM > > Use devm_kasprintf to simplify code > > Signed-off-by: Peng Fan Reviewed-by: Dong Aisheng Regards Aisheng

Re: [PATCH] soc: imx: scu: use devm_kasprintf

2020-06-03 Thread Daniel Baluta
On 03.06.2020 12:29, peng@nxp.com wrote: From: Peng Fan Use devm_kasprintf to simplify code Signed-off-by: Peng Fan Reviewed-by: Daniel Baluta

[PATCH] soc: imx: scu: use devm_kasprintf

2020-06-03 Thread peng . fan
From: Peng Fan Use devm_kasprintf to simplify code Signed-off-by: Peng Fan --- drivers/soc/imx/soc-imx-scu.c | 37 +++-- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/drivers/soc/imx/soc-imx-scu.c b/drivers/soc/imx/soc-imx-scu.c index