]> git.itanic.dy.fi Git - linux-stable/commit
spi: dw: Drop empty line from DebugFS init function
authorSerge Semin <Sergey.Semin@baikalelectronics.ru>
Tue, 30 May 2023 22:17:25 +0000 (01:17 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 31 May 2023 11:25:17 +0000 (12:25 +0100)
commit3ecd5a728903b3057012043f98464c20cea1cdbb
tree086021521fb82565cb0c57a31f4e3b4418fde672
parentd5786c88cacbb859f465e8e93c26154585c1008d
spi: dw: Drop empty line from DebugFS init function

Just drop a redundant empty line from the dw_spi_debugfs_init() function
left in the framework of the commit 0178f1e5d984 ("spi-dw-core.c: Fix
error checking for debugfs_create_dir") after removing the last return
statement.

Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru>
Link: https://lore.kernel.org/r/20230530221725.26319-1-Sergey.Semin@baikalelectronics.ru
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw-core.c