Re: [PATCH v6 40/57] soc: Remove dev_err() usage after platform_get_irq()

2019-07-31 Thread Li Yang
On Tue, Jul 30, 2019 at 10:01 PM Stephen Boyd wrote: > > Quoting Leo Li (2019-07-30 14:26:01) > > > > The patch looks good to me too. I can take it through my tree with your > > reviewed-by. > > > > I split it for you just in case you want different patches. > Thanks. I will take the fsl/nxp p

RE: [PATCH v6 40/57] soc: Remove dev_err() usage after platform_get_irq()

2019-07-30 Thread Stephen Boyd
Quoting Leo Li (2019-07-30 14:26:01) > > The patch looks good to me too. I can take it through my tree with your > reviewed-by. > I split it for you just in case you want different patches.

RE: [PATCH v6 40/57] soc: Remove dev_err() usage after platform_get_irq()

2019-07-30 Thread Leo Li
> -Original Message- > From: Bjorn Andersson > Sent: Tuesday, July 30, 2019 1:35 PM > To: Stephen Boyd > Cc: linux-kernel@vger.kernel.org; Andy Gross ; > Thierry Reding ; Leo Li ; Simon > Horman ; Greg Kroah-Hartman > > Subject: Re: [PATCH v6 40/57] soc: R

Re: [PATCH v6 40/57] soc: Remove dev_err() usage after platform_get_irq()

2019-07-30 Thread Bjorn Andersson
On Tue 30 Jul 11:15 PDT 2019, Stephen Boyd wrote: > We don't need dev_err() messages when platform_get_irq() fails now that > platform_get_irq() prints an error message itself when something goes > wrong. Let's remove these prints with a simple semantic patch. > > // > @@ > expression ret; > str