Re: [PATCH 0/2] spi: axiado: cond_no_effect and kernel-doc fixes

From: Mark Brown

Date: Mon Jul 20 2026 - 09:27:14 EST


On Mon, 13 Jul 2026 06:08:05 +0000, Babanpreet Singh wrote:
> spi: axiado: cond_no_effect and kernel-doc fixes
>
> Two small cleanups for the Axiado SPI driver, both defects present
> since the driver was added in e75a6b00ad79 ("spi: axiado: Add driver
> for Axiado SPI DB controller").
>
> Patch 1 addresses the coccinelle cond_no_effect warning reported by
> the kernel test robot on 2026-07-12 [1]: the RX-only/full-duplex
> else-if arm and the trailing else arm in ax_transfer_one() have
> identical bodies, so the second condition has no effect. The arms are
> merged; no functional change (on x86_64/gcc 14, only
> ax_transfer_one()'s object code changes, dropping the dead condition
> evaluation).
>
> [...]

Applied to

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

Thanks!

[1/2] spi: axiado: merge identical if/else branches in ax_transfer_one()
https://git.kernel.org/broonie/spi/c/fc46551cfa3b
[2/2] spi: axiado: fix kernel-doc comments
https://git.kernel.org/broonie/spi/c/7720f98d08fd

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