Title: [8494] trunk/sound/soc/codecs/ad193x.c: remove duplicated INIT_LIST_HEAD() - the same code appears twice.
Revision
8494
Author
adamliyi
Date
2010-03-18 04:24:05 -0400 (Thu, 18 Mar 2010)

Log Message

remove duplicated INIT_LIST_HEAD() - the same code appears twice.

Modified Paths


Diff

Modified: trunk/sound/soc/codecs/ad193x.c (8493 => 8494)


--- trunk/sound/soc/codecs/ad193x.c	2010-03-18 07:21:25 UTC (rev 8493)
+++ trunk/sound/soc/codecs/ad193x.c	2010-03-18 08:24:05 UTC (rev 8494)
@@ -352,8 +352,6 @@
 	}
 
 	mutex_init(&codec->mutex);
-	INIT_LIST_HEAD(&codec->dapm_widgets);
-	INIT_LIST_HEAD(&codec->dapm_paths);
 	codec->private_data = ad193x;
 	codec->reg_cache = ad193x->reg_cache;
 	codec->reg_cache_size = AD193X_NUM_REGS;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to