mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
pinctrl: join lines that can be a single line within 80 columns
There is no reason to break a line shorter than 80 columns. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
5a99233e9b
commit
163dc9f39a
@ -313,8 +313,7 @@ static int pinmux_func_name_to_selector(struct pinctrl_dev *pctldev,
|
|||||||
|
|
||||||
/* See if this pctldev has this function */
|
/* See if this pctldev has this function */
|
||||||
while (selector < nfuncs) {
|
while (selector < nfuncs) {
|
||||||
const char *fname = ops->get_function_name(pctldev,
|
const char *fname = ops->get_function_name(pctldev, selector);
|
||||||
selector);
|
|
||||||
|
|
||||||
if (!strcmp(function, fname))
|
if (!strcmp(function, fname))
|
||||||
return selector;
|
return selector;
|
||||||
|
Loading…
Reference in New Issue
Block a user