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: Wan ZongShun <mcuos.com@gmail.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f534116308
commit
ff8bd64eaf
1 changed files with 0 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue