提交 20a588fc 编写于 作者: G George Shore 提交者: Grant Likely

spi/dw_spi: add return value to empty mrst_spi_debugfs_init()

As per the function signature.
Signed-off-by: NGeorge Shore <george@georgeshore.com>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 83fe518a
...@@ -152,6 +152,7 @@ static void mrst_spi_debugfs_remove(struct dw_spi *dws) ...@@ -152,6 +152,7 @@ static void mrst_spi_debugfs_remove(struct dw_spi *dws)
#else #else
static inline int mrst_spi_debugfs_init(struct dw_spi *dws) static inline int mrst_spi_debugfs_init(struct dw_spi *dws)
{ {
return 0;
} }
static inline void mrst_spi_debugfs_remove(struct dw_spi *dws) static inline void mrst_spi_debugfs_remove(struct dw_spi *dws)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册