pinctrl: mediatek: remove shadow variable declaration
Remove shadow declaration of variable 'pullup' in mtk_pinconf_get() Signed-off-by: Light Hsieh <light.hsieh@mediatek.com> Reviewed-by: Stanley Chu <stanley.chu@mediatek.com> Link: https://lore.kernel.org/r/1586255632-27528-1-git-send-email-light.hsieh@mediatek.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
8f3d9f3542
commit
d1f7af4b4a
@ -164,8 +164,6 @@ static int mtk_pinconf_get(struct pinctrl_dev *pctldev,
|
|||||||
case MTK_PIN_CONFIG_PU_ADV:
|
case MTK_PIN_CONFIG_PU_ADV:
|
||||||
case MTK_PIN_CONFIG_PD_ADV:
|
case MTK_PIN_CONFIG_PD_ADV:
|
||||||
if (hw->soc->adv_pull_get) {
|
if (hw->soc->adv_pull_get) {
|
||||||
bool pullup;
|
|
||||||
|
|
||||||
pullup = param == MTK_PIN_CONFIG_PU_ADV;
|
pullup = param == MTK_PIN_CONFIG_PU_ADV;
|
||||||
err = hw->soc->adv_pull_get(hw, desc, pullup, &ret);
|
err = hw->soc->adv_pull_get(hw, desc, pullup, &ret);
|
||||||
} else
|
} else
|
||||||
|
Reference in New Issue
Block a user