Skip to content

Commit

Permalink
ASoC: s3c: patch for the unnecessary variable 'state' removal
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wan ZongShun authored and Mark Brown committed Jun 3, 2010
1 parent b07adff commit 749266c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/s3c24xx/s3c-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 749266c

Please sign in to comment.