Re: [PATCH 1/2] spi: axiado: merge identical if/else branches in ax_transfer_one()
From: Swark Yang
Date: Thu Jul 16 2026 - 11:57:13 EST
On 7/13/2026 2:08 PM, Babanpreet Singh wrote:
Merge the two arms into a single else branch and fold their comments.
No functional change. The redundant condition has been present since
the driver was added in commit e75a6b00ad79 ("spi: axiado: Add driver
for Axiado SPI DB controller").
Hi Babanpreet,
I tested this patch on the Axiado AX3000 platform with SPI NOR
read/write operations, and no regressions were observed.
Tested-by: Swark Yang <syang@xxxxxxxxxx>
Thanks,
Swark