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:
1740d34
)
ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typo
author
Kuninori Morimoto
<
[email protected]
>
Wed, 7 Mar 2012 00:14:15 +0000
(16:14 -0800)
committer
Paul Mundt
<
[email protected]
>
Wed, 7 Mar 2012 08:04:29 +0000
(17:04 +0900)
Signed-off-by: Kuninori Morimoto <
[email protected]
>
Signed-off-by: Paul Mundt <
[email protected]
>
arch/arm/mach-shmobile/board-ap4evb.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/board-ap4evb.c
b/arch/arm/mach-shmobile/board-ap4evb.c
index eeb4d96645845dbaa974e138d6903ce331329cb9..b4718b00e827b90e73edf01b252379cca75e4bcc 100644
(file)
--- a/
arch/arm/mach-shmobile/board-ap4evb.c
+++ b/
arch/arm/mach-shmobile/board-ap4evb.c
@@
-794,7
+794,7
@@
static struct fsi_ak4642_info fsi2_ak4643_info = {
static struct platform_device fsi_ak4643_device = {
.name = "fsi-ak4642-audio",
.dev = {
- .platform_data = &fsi_info,
+ .platform_data = &fsi
2_ak4643
_info,
},
};