git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99e872d
)
pinctrl: tegra-xusb: fix an off by one test
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 31 Jul 2014 15:22:17 +0000
(18:22 +0300)
committer
Linus Walleij
<linus.walleij@linaro.org>
Sun, 17 Aug 2014 14:15:44 +0000
(09:15 -0500)
This shoudld be ">= ARRAY_SIZE()" instead of "> ARRAY_SIZE()".
Fixes:
dc0a39386687
('pinctrl: Add NVIDIA Tegra XUSB pad controller support')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found