1
0
Fork 0

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>
hifive-unleashed-5.2
Nicholas Mc Guire 2019-04-14 06:49:50 +02:00 committed by Gregory CLEMENT
parent 969ad77c14
commit 7af2ea3b29
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ static void __init i2c_quirk(void)
of_update_property(np, new_compat);
}
return;
}
static void __init mvebu_dt_init(void)