]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
authorPhil Elwell <phil@raspberrypi.org>
Tue, 1 Mar 2016 01:30:08 +0000 (17:30 -0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 8 Mar 2016 08:17:19 +0000 (15:17 +0700)
commit2c7e3306d23864d49f686f22e56e180ff0fffb7f
treee93835d6dba8a023508e7eb16a6f7bc1910bf24a
parent0762ddd73adf7bcb416132ed9814c59ff2319af3
pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing

The DT bindings for pinctrl-bcm2835 allow both the function and pull
to contain either one entry or one per pin. However, an error in the
DT parsing can cause failures if the number of pulls differs from the
number of functions.

Cc: stable@vger.kernel.org
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/bcm/pinctrl-bcm2835.c