mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 01:40:30 +00:00
spi/dw_spi: add return value to empty mrst_spi_debugfs_init()
As per the function signature. Signed-off-by: George Shore <george@georgeshore.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
83fe518a83
commit
20a588fcc8
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user