Commit d1f7af4b authored by Light Hsieh's avatar Light Hsieh Committed by Linus Walleij

pinctrl: mediatek: remove shadow variable declaration

Remove shadow declaration of variable 'pullup' in mtk_pinconf_get()
Signed-off-by: default avatarLight Hsieh <light.hsieh@mediatek.com>
Reviewed-by: default avatarStanley Chu <stanley.chu@mediatek.com>
Link: https://lore.kernel.org/r/1586255632-27528-1-git-send-email-light.hsieh@mediatek.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8f3d9f35
......@@ -164,8 +164,6 @@ static int mtk_pinconf_get(struct pinctrl_dev *pctldev,
case MTK_PIN_CONFIG_PU_ADV:
case MTK_PIN_CONFIG_PD_ADV:
if (hw->soc->adv_pull_get) {
bool pullup;
pullup = param == MTK_PIN_CONFIG_PU_ADV;
err = hw->soc->adv_pull_get(hw, desc, pullup, &ret);
} else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment