mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 16:30:53 +07:00
pinctrl: mvebu: Delete an unnecessary return statement in mvebu_pinconf_group_dbg_show()
The script "checkpatch.pl" pointed information out like the following. WARNING: void function return statements are not generally useful Thus remove such a statement in the affected function. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
77d3d2e275
commit
39c7c5abe8
@ -224,7 +224,6 @@ static void mvebu_pinconf_group_dbg_show(struct pinctrl_dev *pctldev,
|
||||
}
|
||||
seq_printf(s, " ]");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
static const struct pinconf_ops mvebu_pinconf_ops = {
|
||||
|
Loading…
Reference in New Issue
Block a user