Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 749266cd authored by Wan ZongShun's avatar Wan ZongShun Committed by Mark Brown
Browse files

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: default avatarWan ZongShun <mcuos.com@gmail.com>
Acked-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent b07adffb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;