projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83fe518
)
spi/dw_spi: add return value to empty mrst_spi_debugfs_init()
author
George Shore
<george@georgeshore.com>
Thu, 21 Jan 2010 11:40:49 +0000
(11:40 +0000)
committer
Grant Likely
<grant.likely@secretlab.ca>
Thu, 21 Jan 2010 14:24:37 +0000
(07:24 -0700)
As per the function signature.
Signed-off-by: George Shore <george@georgeshore.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/dw_spi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/dw_spi.c
b/drivers/spi/dw_spi.c
index d948ef4f3910bcd9f8f1b876eb3cfb0c610e295e..cf945a4cc419c1e66a4849c8160c7c05e63914e2 100644
(file)
--- a/
drivers/spi/dw_spi.c
+++ b/
drivers/spi/dw_spi.c
@@
-152,6
+152,7
@@
static void mrst_spi_debugfs_remove(struct dw_spi *dws)
#else
static inline int mrst_spi_debugfs_init(struct dw_spi *dws)
{
+ return 0;
}
static inline void mrst_spi_debugfs_remove(struct dw_spi *dws)