pinctrl: fix a minor harmless typo
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Tue, 22 May 2012 22:20:17 +0000 (00:20 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 4 Jun 2012 07:52:52 +0000 (09:52 +0200)
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 <swarren@wwwdotorg.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found