RE: [PATCH v1 6/8] mtd: spi-nor: spansion: s25fs256t: move ARCFN check into .late_init
From: Takahiro.Kuwano
Date: Thu Jul 09 2026 - 22:23:42 EST
> The SFPD parsing is optional. It not meant to fail if something is wrong
> with the chip (except for the SFDP itself). Thus it doesn't make any
> sense to return -ENODEV.
>
> Move that check to late_init(), which might fail and abort the flash
> probing.
>
> Cc: Takahiro Kuwano <takahiro.kuwano@xxxxxxxxxxxx>
> Signed-off-by: Michael Walle <mwalle@xxxxxxxxxx>
Tested-by: Takahiro Kuwano <takahiro.kuwano@xxxxxxxxxxxx>
Thanks!