spi/dw_spi: add return value to empty mrst_spi_debugfs_init()
authorGeorge Shore <george@georgeshore.com>
Thu, 21 Jan 2010 11:40:49 +0000 (11:40 +0000)
committerGrant 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

index d948ef4f3910bcd9f8f1b876eb3cfb0c610e295e..cf945a4cc419c1e66a4849c8160c7c05e63914e2 100644 (file)
@@ -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)
This page took 0.040762 seconds and 5 git commands to generate.