ALSA: sound/spi: patch for the unuseful variable removal
authorWan ZongShun <mcuos.com@gmail.com>
Tue, 8 Jun 2010 14:51:27 +0000 (16:51 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Jun 2010 14:51:27 +0000 (16:51 +0200)
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>
sound/spi/at73c213.c

index 4c7b051..1bc56b2 100644 (file)
@@ -69,7 +69,6 @@ struct snd_at73c213 {
        int                             irq;
        int                             period;
        unsigned long                   bitrate;
        int                             irq;
        int                             period;
        unsigned long                   bitrate;
-       struct clk                      *bitclk;
        struct ssc_device               *ssc;
        struct spi_device               *spi;
        u8                              spi_wbuffer[2];
        struct ssc_device               *ssc;
        struct spi_device               *spi;
        u8                              spi_wbuffer[2];