commit | f90a21c898db58eaea14b8ad7e9af3b9e15e5f8a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Jul 03 15:04:25 2018 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Sat Jul 14 12:47:04 2018 +0200 |
tree | 9b5632dad65256452c2ceb4f9c4edb4c599fe014 | |
parent | 550b6f7e8cf93fc2753aa01e655ed5471012ab5a [diff] |
pinctrl: nsp: off by ones in nsp_pinmux_enable() The > comparisons should be >= or else we read beyond the end of the pinctrl->functions[] array. Fixes: cc4fa83f66e9 ("pinctrl: nsp: add pinmux driver support for Broadcom NSP SoC") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Ray Jui <ray.jui@broadcom.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>