From: Guennadi Liakhovetski Date: Tue, 22 May 2012 22:20:17 +0000 (+0200) Subject: pinctrl: fix a minor harmless typo X-Git-Tag: v3.5-rc3~20^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc66468cee4c23856b2e51d711e62e4ef773001a;p=pandora-kernel.git pinctrl: fix a minor harmless typo The way the for_each_maps() macro is currently used, using "i" instead of "_i_" works and is harmless. Still, this is a bug, that can trigger any time, if the code around that macro changes. Better fix it now. Acked-by: Stephen Warren Signed-off-by: Guennadi Liakhovetski Signed-off-by: Linus Walleij --- Reading git-diff-tree failed