ALSA: lx6464es: Remove unneeded variable err
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Wed, 10 Jul 2019 02:30:59 +0000 (08:00 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 10 Jul 2019 09:53:03 +0000 (11:53 +0200)
This patch fixes below issue reported by coccicheck
sound/pci/lx6464es/lx6464es.c:256:5-8: Unneeded variable: "err". Return
"0" on line 258

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/lx6464es/lx6464es.c

index 1771a6d..583ca73 100644 (file)
@@ -253,9 +253,8 @@ exit:
 
 static int lx_pcm_close(struct snd_pcm_substream *substream)
 {
-       int err = 0;
        dev_dbg(substream->pcm->card->dev, "->lx_pcm_close\n");
-       return err;
+       return 0;
 }
 
 static snd_pcm_uframes_t lx_pcm_stream_pointer(struct snd_pcm_substream