Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff8bd64e authored by Wan ZongShun's avatar Wan ZongShun Committed by Takashi Iwai
Browse files

ALSA: sound/spi: patch for the unuseful variable removal



The '*bitclk' of structure 'snd_at73c213' seems no use,
so I make a patch to remove the unnecessary variable.

Signed-off-by: default avatarWan ZongShun <mcuos.com@gmail.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f5341163
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ struct snd_at73c213 {
	int				irq;
	int				period;
	unsigned long			bitrate;
	struct clk			*bitclk;
	struct ssc_device		*ssc;
	struct spi_device		*spi;
	u8				spi_wbuffer[2];