Skip to content

Commit

Permalink
ALSA: sound/spi: patch for the unuseful variable removal
Browse files Browse the repository at this point in the history
The '*bitclk' of structure 'snd_at73c213' seems no use,
so I make a patch to remove the unnecessary variable.

Signed-off-by: Wan ZongShun <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
zswan authored and tiwai committed Jun 8, 2010
1 parent f534116 commit ff8bd64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/spi/at73c213.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit ff8bd64

Please sign in to comment.