Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8cac792 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "pinctrl: qcom: Fix the number of gpios for msm8909"

parents 0de11b84 bf10ab64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1256,7 +1256,7 @@ static const struct msm_pinctrl_soc_data msm8909_pinctrl = {
	.nfunctions = ARRAY_SIZE(msm8909_functions),
	.groups = msm8909_groups,
	.ngroups = ARRAY_SIZE(msm8909_groups),
	.ngpios = 112,
	.ngpios = 113,
};

static int msm8909_pinctrl_probe(struct platform_device *pdev)