From: Matthew McClintock Date: Wed, 23 Mar 2016 22:04:56 +0000 (-0500) Subject: pinctrl: qcom: ipq4019: set ngpios to correct value X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=5303f7827fcd41d1cf4da9ca9b6b7d360bc07bb7;p=deliverable%2Flinux.git pinctrl: qcom: ipq4019: set ngpios to correct value This should have been bumped to 100 when the extra pins were added in the original pinctrl patch Signed-off-by: Matthew McClintock Acked-by: Björn Andersson Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/qcom/pinctrl-ipq4019.c b/drivers/pinctrl/qcom/pinctrl-ipq4019.c index b5d81ced6ce6..cb5f0a8dff41 100644 --- a/drivers/pinctrl/qcom/pinctrl-ipq4019.c +++ b/drivers/pinctrl/qcom/pinctrl-ipq4019.c @@ -414,7 +414,7 @@ static const struct msm_pinctrl_soc_data ipq4019_pinctrl = { .nfunctions = ARRAY_SIZE(ipq4019_functions), .groups = ipq4019_groups, .ngroups = ARRAY_SIZE(ipq4019_groups), - .ngpios = 70, + .ngpios = 100, }; static int ipq4019_pinctrl_probe(struct platform_device *pdev)