commit | bc66468cee4c23856b2e51d711e62e4ef773001a | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Wed May 23 00:20:17 2012 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Jun 04 09:52:52 2012 +0200 |
tree | 5d57773a8b514c24ad5af3fa6e1003cdd4552c4f | |
parent | 1253585d7cb12a365e9effaf2f0c7991d2404996 [diff] |
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>