]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3c9e2dec8b3328edf7be86854bbd0b022d23dcf4
tree5d57773a8b514c24ad5af3fa6e1003cdd4552c4f
parentb3229a297e1f7ad2181c0c2d868e3d778d54bd00
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 <swarren@wwwdotorg.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.c