Re: [PATCH] soc: imx: gpcv2: Use dev_err_probe() to simplify error handling
From: Shawn Guo
Date: Sat Aug 22 2020 - 09:04:30 EST
On Tue, Aug 11, 2020 at 11:04:42AM +0800, Anson Huang wrote:
> dev_err_probe() can reduce code size, uniform error handling and record the
> defer probe reason etc., use it to simplify the code.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>
Applied, thanks.