commit | 2985479f198c6bceded56fa5cf51457a8d273513 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Dec 08 00:23:58 2011 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Mon Jan 02 00:25:43 2012 -0700 |
tree | 8bf8196d815aeeeb9778a5062765354a2cf4e3c1 | |
parent | 15182f636417e24fbcd464369fe73e966550e95f [diff] |
gpio: Explicitly index samsung_gpio_cfgs Make it easier to follow the by number references into samsung_gpio_cfgs by putting the indexes into the code initialising the array, improving readability a bit. Ideally we wouldn't be using magic array indexes at all but this is easier than coming up with a better way. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>