pinctrl: tz1090: Remove unneded semicolons

They aren't needed and are just creating null statements so remove it.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Javier Martinez Canillas 2015-09-16 10:28:26 +02:00 committed by Linus Walleij
parent 12597e4539
commit 9168888384
1 changed files with 2 additions and 2 deletions

View File

@ -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;