aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorNicholas Mc Guire <hofrat@osadl.org>2019-04-14 06:49:50 +0200
committerGregory CLEMENT <gregory.clement@bootlin.com>2019-04-30 09:05:44 +0200
commit7af2ea3b29b1640f5aafe79d7c110ce66190c04a (patch)
tree0d29437af52b31f41062e67e10b7629f73fdccf0 /arch/arm/mach-mvebu
parentARM: mvebu: prefix coprocessor operand with p (diff)
downloadwireguard-linux-7af2ea3b29b1640f5aafe79d7c110ce66190c04a.tar.xz
wireguard-linux-7af2ea3b29b1640f5aafe79d7c110ce66190c04a.zip
ARM: mvebu: drop return from void function
The return statement is unnecessary here - so drop it. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/board-v7.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/board-v7.c b/arch/arm/mach-mvebu/board-v7.c
index 0b10acd7d1b9..d2df5ef9382b 100644
--- a/arch/arm/mach-mvebu/board-v7.c
+++ b/arch/arm/mach-mvebu/board-v7.c
@@ -136,7 +136,6 @@ static void __init i2c_quirk(void)
of_update_property(np, new_compat);
}
- return;
}
static void __init mvebu_dt_init(void)