From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751748AbdB0SmT (ORCPT ); Mon, 27 Feb 2017 13:42:19 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33721 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751454AbdB0SmS (ORCPT ); Mon, 27 Feb 2017 13:42:18 -0500 Date: Mon, 27 Feb 2017 10:42:33 -0800 From: Nicolin Chen To: Alin Grigorean Cc: timur@tabi.org, Xiubo.Lee@gmail.com, perex@perex.cz, tiwai@suse.com, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, fabio.estevam@nxp.com, lgirdwood@gmail.com, broonie@kernel.org Subject: Re: [PATCH] ASoC: fsl: Remove unneeded init of static variable Message-ID: <20170227184233.GA22071@Asurada-Nvidia> References: <20170225104726.15936-1-alin.grig93@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170225104726.15936-1-alin.grig93@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 25, 2017 at 12:47:26PM +0200, Alin Grigorean wrote: > This was reported by checkpatch.pl > > Signed-off-by: Alin Grigorean Acked-by: Nicolin Chen > --- > sound/soc/fsl/imx-pcm-fiq.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c > index dac6688540dc..92410f7ca1fa 100644 > --- a/sound/soc/fsl/imx-pcm-fiq.c > +++ b/sound/soc/fsl/imx-pcm-fiq.c > @@ -282,7 +282,7 @@ static int imx_pcm_new(struct snd_soc_pcm_runtime *rtd) > return 0; > } > > -static int ssi_irq = 0; > +static int ssi_irq; > > static int imx_pcm_fiq_new(struct snd_soc_pcm_runtime *rtd) > { > -- > 2.11.1 >