]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0
authorDavid Lechner <david@lechnology.com>
Mon, 19 Feb 2018 21:57:07 +0000 (15:57 -0600)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 26 Mar 2018 08:48:17 +0000 (10:48 +0200)
commit45dcb54f014d3d1f5cc3919b5f0c97087d7cb3dd
tree57bb51c49d4359fc301b7b06fa605a1b749287f8
parent864670d534001272c8b329127dc5202306192e2a
pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0

This fixes pcs_request_gpio() in the pinctrl-single driver when
bits_per_mux != 0. It appears this was overlooked when the multiple
pins per register feature was added.

Fixes: 4e7e8017a80e ("pinctrl: pinctrl-single: enhance to configure multiple pins of different modules")
Signed-off-by: David Lechner <david@lechnology.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-single.c