提交 1978c5ec 编写于 作者: J Javier Martinez Canillas 提交者: Linus Walleij

pinctrl: tz1090-pdc: Remove unneded semicolons

They aren't needed and are just creating null statements so remove it.
Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 91688883
......@@ -668,7 +668,7 @@ static int tz1090_pdc_pinconf_reg(struct pinctrl_dev *pctldev,
break;
default:
return -ENOTSUPP;
};
}
/* Only input bias parameters supported */
*reg = REG_GPIO_CONTROL2;
......@@ -801,7 +801,7 @@ static int tz1090_pdc_pinconf_group_reg(struct pinctrl_dev *pctldev,
break;
default:
return -ENOTSUPP;
};
}
/* Calculate field information */
*mask = (BIT(*width) - 1) << *shift;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册