projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3043c5c
)
IXP4xx: Fix off-by-one bug in Goramo MultiLink platform.
author
Krzysztof Hałasa
<khc@pm.waw.pl>
Sun, 2 Sep 2012 17:23:27 +0000
(19:23 +0200)
committer
Jason Cooper
<jason@lakedaemon.net>
Thu, 22 Nov 2012 03:35:30 +0000
(
03:35
+0000)
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
arch/arm/mach-ixp4xx/goramo_mlr.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-ixp4xx/goramo_mlr.c
b/arch/arm/mach-ixp4xx/goramo_mlr.c
index f417632bc99100ed5a118f319cd99acd6d63f777..53b8348dfcc279c19fed814ac4f1d19afdafe5b6 100644
(file)
--- a/
arch/arm/mach-ixp4xx/goramo_mlr.c
+++ b/
arch/arm/mach-ixp4xx/goramo_mlr.c
@@
-330,7
+330,7
@@
static struct platform_device device_hss_tab[] = {
};
-static struct platform_device *device_tab[
6
] __initdata = {
+static struct platform_device *device_tab[
7
] __initdata = {
&device_flash, /* index 0 */
};