Re: [PATCH] ASoC:fsl_easrc:Remove superfluous error message around platform_get_irq()

2021-06-14 Thread Mark Brown
On Thu, 10 Jun 2021 20:50:52 +0800, Zhongjun Tan wrote: > Clean up the check for irq.dev_err is superfluous as platform_get_irq() > already prints an error.Remove curly braces to confirm to styling > requirements. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git

Re: [PATCH] ASoC:fsl_easrc:Remove superfluous error message around platform_get_irq()

2021-06-10 Thread Shengjiu Wang
On Thu, Jun 10, 2021 at 8:52 PM Zhongjun Tan wrote: > > From: Tan Zhongjun > > Clean up the check for irq.dev_err is superfluous as platform_get_irq() > already prints an error.Remove curly braces to confirm to styling > requirements. > > Signed-off-by: Tan Zhongjun Acked-by: Shengjiu Wang >

[PATCH] ASoC:fsl_easrc:Remove superfluous error message around platform_get_irq()

2021-06-10 Thread  Zhongjun Tan
From: Tan Zhongjun Clean up the check for irq.dev_err is superfluous as platform_get_irq() already prints an error.Remove curly braces to confirm to styling requirements. Signed-off-by: Tan Zhongjun --- sound/soc/fsl/fsl_easrc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff