projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12597e4
)
pinctrl: tz1090: Remove unneded semicolons
author
Javier Martinez Canillas
<
[email protected]
>
Wed, 16 Sep 2015 08:28:26 +0000
(10:28 +0200)
committer
Linus Walleij
<
[email protected]
>
Fri, 2 Oct 2015 11:06:46 +0000
(
04:06
-0700)
They aren't needed and are just creating null statements so remove it.
Signed-off-by: Javier Martinez Canillas <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
drivers/pinctrl/pinctrl-tz1090.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/pinctrl-tz1090.c
b/drivers/pinctrl/pinctrl-tz1090.c
index 6d07a2f64d978439d06ec15e47f5c65ab83945b6..5425299d759dcb044d2fbc9220d9628f8a15651d 100644
(file)
--- a/
drivers/pinctrl/pinctrl-tz1090.c
+++ b/
drivers/pinctrl/pinctrl-tz1090.c
@@
-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;