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

Commit e47fe22b authored by Fenglin Wu's avatar Fenglin Wu Committed by Gerrit - the friendly Code Review server
Browse files

pinctrl: qcom: spmi-gpio: Correct GPIO strength dumping



Correct the GPIO strength mapping when dumping its configurations.

CRs-Fixed: 2349485
Change-Id: Iaad73b7c2ee3d63b0bc1753e67ce8a341a577f17
Signed-off-by: default avatarFenglin Wu <fenglinw@codeaurora.org>
parent 47906484
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -650,7 +650,7 @@ static void pmic_gpio_config_dbg_show(struct pinctrl_dev *pctldev,
		"push-pull", "open-drain", "open-source"
	};
	static const char *const strengths[] = {
		"no", "high", "medium", "low"
		"no", "low", "medium", "high"
	};

	pad = pctldev->desc->pins[pin].drv_data;