Commit 7af2ea3b authored by Nicholas Mc Guire's avatar Nicholas Mc Guire Committed by Gregory CLEMENT

ARM: mvebu: drop return from void function

The return statement is unnecessary here - so drop it.
Signed-off-by: default avatarNicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 969ad77c
......@@ -136,7 +136,6 @@ static void __init i2c_quirk(void)
of_update_property(np, new_compat);
}
return;
}
static void __init mvebu_dt_init(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment