Re: [PATCH 3/8] remoteproc: imx_rproc: correct err message

2020-12-21 Thread Bjorn Andersson
On Mon 21 Dec 04:06 CST 2020, Peng Fan (OSS) wrote: > From: Peng Fan > > It is using devm_ioremap, so not devm_ioremap_resource. Correct > the error message and print out sa/size. > Reviewed-by: Bjorn Andersson > Signed-off-by: Peng Fan > --- > > V4: > Drop the R-b tag > Follow Bjorn's

[PATCH 3/8] remoteproc: imx_rproc: correct err message

2020-12-21 Thread Peng Fan (OSS)
From: Peng Fan It is using devm_ioremap, so not devm_ioremap_resource. Correct the error message and print out sa/size. Signed-off-by: Peng Fan --- V4: Drop the R-b tag Follow Bjorn's comments, correct/update the err msg. drivers/remoteproc/imx_rproc.c | 4 ++-- 1 file changed, 2