projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72aff43
)
add dma shutdown func only for test
author
fang
<fang@fang-desktop.(none)>
Tue, 22 Feb 2011 02:38:25 +0000
(10:38 +0800)
committer
fang
<fang@fang-desktop.(none)>
Tue, 22 Feb 2011 02:38:25 +0000
(10:38 +0800)
arch/arm/mach-rk29/rk29-pl330.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk29/rk29-pl330.c
b/arch/arm/mach-rk29/rk29-pl330.c
index ec290ddce682091a436b1a39328e9952c8f860b1..fe2c792d64643b8af796253924422fe7233b49fe 100755
(executable)
--- a/
arch/arm/mach-rk29/rk29-pl330.c
+++ b/
arch/arm/mach-rk29/rk29-pl330.c
@@
-1233,6
+1233,7
@@
static struct platform_driver pl330_driver = {
},
.probe = pl330_probe,
.remove = pl330_remove,
+ .shutdown = pl330_remove,/* test */
};
static int __init pl330_init(void)