Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20a588fc authored by George Shore's avatar George Shore Committed by Grant Likely
Browse files

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



As per the function signature.

Signed-off-by: default avatarGeorge Shore <george@georgeshore.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent 83fe518a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)