Re: [PATCH v2 12/41] mtd: spi-nor: introduce (temporary) INFO0()

From: Tudor Ambarus
Date: Wed Sep 06 2023 - 02:04:27 EST




On 8/22/23 08:09, Michael Walle wrote:
> The id will be converted to an own structure. To differentiate between
> flashes with and without IDs, introduce a temporary macro INFO0() and

why do we need to differentiate between them?

> convert all flashes with no ID to use it. After the flash_info
> conversion, that macro will be removed along with all the other INFOx()
> macros.
>
> Signed-off-by: Michael Walle <mwalle@xxxxxxxxxx>