Commit 91688883 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Linus Walleij

pinctrl: tz1090: Remove unneded semicolons

They aren't needed and are just creating null statements so remove it.
Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 12597e45
......@@ -1661,7 +1661,7 @@ static int tz1090_pinconf_reg(struct pinctrl_dev *pctldev,
break;
default:
return -ENOTSUPP;
};
}
/* Only input bias parameters supported */
pu = &tz1090_pinconf_pullup[pin];
......@@ -1790,7 +1790,7 @@ static int tz1090_pinconf_group_reg(struct pinctrl_dev *pctldev,
break;
default:
return -ENOTSUPP;
};
}
/* Calculate field information */
*shift = g->slw_bit * *width;
......
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