From: Dimitris Papastamos Date: Mon, 8 Nov 2010 10:41:53 +0000 (+0000) Subject: ASoC: Remove unneeded use of address-of operator X-Git-Tag: v2.6.38-rc1~236^2^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa34b16f9f34a81bd50c097f1953877614220db;p=pandora-kernel.git ASoC: Remove unneeded use of address-of operator There is no need to use '&' in this case. Either way, if a is an array of some type, then a == &a == &a[0]. Signed-off-by: Dimitris Papastamos Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed