mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 05:04:09 +08:00
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:
parent
12597e4539
commit
9168888384
@ -1661,7 +1661,7 @@ static int tz1090_pinconf_reg(struct pinctrl_dev *pctldev,
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return -ENOTSUPP;
|
return -ENOTSUPP;
|
||||||
};
|
}
|
||||||
|
|
||||||
/* Only input bias parameters supported */
|
/* Only input bias parameters supported */
|
||||||
pu = &tz1090_pinconf_pullup[pin];
|
pu = &tz1090_pinconf_pullup[pin];
|
||||||
@ -1790,7 +1790,7 @@ static int tz1090_pinconf_group_reg(struct pinctrl_dev *pctldev,
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return -ENOTSUPP;
|
return -ENOTSUPP;
|
||||||
};
|
}
|
||||||
|
|
||||||
/* Calculate field information */
|
/* Calculate field information */
|
||||||
*shift = g->slw_bit * *width;
|
*shift = g->slw_bit * *width;
|
||||||
|
Loading…
Reference in New Issue
Block a user