From: Kuninori Morimoto Date: Wed, 12 Feb 2014 01:15:51 +0000 (-0800) Subject: ASoC: rsnd: tidyup original for_each_rsnd_xxx macro X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~5^6~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00463c113b6ba6506b4f1ebb9b3c5dd249f8750f;p=pandora-kernel.git ASoC: rsnd: tidyup original for_each_rsnd_xxx macro Current for_each_rsnd_xxx macro will read out-of-array's memory after last loop operation. It was not good C language operation, and the binary which was compiled by (at least) gcc 4.8.1 is broken This patch tidyup these issues Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- Reading git-diff-tree failed