RE: [PATCH 1/2] irqchip/imx-intmux: Use dev_err_probe() to simplify error handling

2020-08-11 Thread Anson Huang
Hi, Ahmad > Subject: Re: [PATCH 1/2] irqchip/imx-intmux: Use dev_err_probe() to simplify > error handling > > Hello, > > On 8/11/20 6:25 AM, Anson Huang wrote: > > dev_err_probe() can reduce code size, uniform error handling and > > record the defer probe r

Re: [PATCH 1/2] irqchip/imx-intmux: Use dev_err_probe() to simplify error handling

2020-08-10 Thread Ahmad Fatoum
Hello, On 8/11/20 6:25 AM, 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 > --- > drivers/irqchip/irq-imx-intmux.c | 10 -- > 1 file changed, 4