ASoC: s3c: patch for the unnecessary variable 'state' removal
The variable 'state' of structure 's3c_ac97_info' seems no use here, so this patch is 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: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Родитель
b07adffbbc
Коммит
749266cd91
|
@ -31,7 +31,6 @@
|
|||
#define AC_CMD_DATA(x) (x & 0xffff)
|
||||
|
||||
struct s3c_ac97_info {
|
||||
unsigned state;
|
||||
struct clk *ac97_clk;
|
||||
void __iomem *regs;
|
||||
struct mutex lock;
|
||||
|
|
Загрузка…
Ссылка в новой задаче