projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
969ad77
)
ARM: mvebu: drop return from void function
author
Nicholas Mc Guire
<hofrat@osadl.org>
Sun, 14 Apr 2019 04:49:50 +0000
(06:49 +0200)
committer
Gregory CLEMENT
<gregory.clement@bootlin.com>
Tue, 30 Apr 2019 07:05:44 +0000
(09:05 +0200)
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>
arch/arm/mach-mvebu/board-v7.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/board-v7.c
b/arch/arm/mach-mvebu/board-v7.c
index 0b10acd7d1b9fbd4d7db7c03d44a11f629bfcc27..d2df5ef9382b4ca72698912d939955ea5e60c6f9 100644
(file)
--- 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)