Re: [PATCH 1/2] spi: axiado: merge identical if/else branches in ax_transfer_one()
Swark Yang <[email protected]>
| Newsgroups | org.kernel.vger.linux-spi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>
Thanks,
Swark