From: Kuninori Morimoto Date: Fri, 12 Jul 2013 05:32:31 +0000 (-0700) Subject: usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macro X-Git-Tag: v3.12-rc1~186^2~77^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=925403f425a4a9c503f2fc295652647b1eb10d82;p=pandora-kernel.git usb: renesas_usbhs: tidyup original usbhsx_for_each_xxx macro Current usbhsx_for_each_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 Reported-by: Yusuke Goda Reviewed-by: Takashi Yoshii Signed-off-by: Kuninori Morimoto Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed