commit | 1ec93b9b176b3c4e065c326ccf40458fcc01e6c0 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Fri Apr 25 09:24:21 2014 +0800 |
committer | Lee Jones <lee.jones@linaro.org> | Tue Jun 03 08:11:17 2014 +0100 |
tree | e84e8d92db81ffc3c6d5baccc5949bfb9b7bf3a8 | |
parent | 51f1f1cb24b870db44edcab56ffd89ecf8ce09e8 [diff] |
mfd: rdc321x: Fix off-by-one for ngpio setting The valid gpio is GPIO0 ~ GPIO58, so ngpio should be 59. This patch also renames RDC321X_MAX_GPIO to RDC321X_NUM_GPIO because it actually means the number of available GPIOs. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>