2023-05-30 22:21:19

by Serge Semin

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
drivers/spi/spi-dw-core.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/spi/spi-dw-core.c b/drivers/spi/spi-dw-core.c
index 071a7604a8ab..a8ba41ad4541 100644
--- a/drivers/spi/spi-dw-core.c
+++ b/drivers/spi/spi-dw-core.c
@@ -68,7 +68,6 @@ static void dw_spi_debugfs_init(struct dw_spi *dws)
dws->regset.nregs = ARRAY_SIZE(dw_spi_dbgfs_regs);
dws->regset.base = dws->regs;
debugfs_create_regset32("registers", 0400, dws->debugfs, &dws->regset);
-
}

static void dw_spi_debugfs_remove(struct dw_spi *dws)
--
2.40.0




2023-06-01 16:45:44

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] spi: dw: Drop empty line from DebugFS init function

On Wed, 31 May 2023 01:17:25 +0300, Serge Semin wrote:
> 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.
>
>

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: dw: Drop empty line from DebugFS init function
commit: 3ecd5a728903b3057012043f98464c20cea1cdbb

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark