Skip to content

Commit

Permalink
ARM: mvebu: drop return from void function
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicholas Mc Guire authored and Gregory CLEMENT committed Apr 30, 2019
1 parent 969ad77 commit 7af2ea3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-mvebu/board-v7.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ static void __init i2c_quirk(void)

of_update_property(np, new_compat);
}
return;
}

static void __init mvebu_dt_init(void)
Expand Down

0 comments on commit 7af2ea3

Please sign in to comment.