aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-tz1090-pdc.c
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2015-09-16 10:28:27 +0200
committerLinus Walleij <linus.walleij@linaro.org>2015-10-02 04:06:46 -0700
commit1978c5ec0f8310df856a4a725048635725b673fa (patch)
tree2abc8308ba923e73fc83973bcda1e70154c62912 /drivers/pinctrl/pinctrl-tz1090-pdc.c
parentpinctrl: tz1090: Remove unneded semicolons (diff)
downloadlinux-dev-1978c5ec0f8310df856a4a725048635725b673fa.tar.xz
linux-dev-1978c5ec0f8310df856a4a725048635725b673fa.zip
pinctrl: tz1090-pdc: 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>
Diffstat (limited to 'drivers/pinctrl/pinctrl-tz1090-pdc.c')
-rw-r--r--drivers/pinctrl/pinctrl-tz1090-pdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinctrl-tz1090-pdc.c b/drivers/pinctrl/pinctrl-tz1090-pdc.c
index c349911708ef..b89ad3c0c731 100644
--- a/drivers/pinctrl/pinctrl-tz1090-pdc.c
+++ b/drivers/pinctrl/pinctrl-tz1090-pdc.c
@@ -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;