]> git.itanic.dy.fi Git - linux-stable/commit
mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()
authorMichael Walle <mwalle@kernel.org>
Fri, 8 Sep 2023 10:16:21 +0000 (12:16 +0200)
committerTudor Ambarus <tudor.ambarus@linaro.org>
Tue, 19 Sep 2023 15:49:19 +0000 (18:49 +0300)
commit74b7ad7683536de6d27e15f5cb0c2f1bebd1c375
treeead988261d25efd6846efb279a187bf8f2985273
parentd9cd5c9a6fe26d544551cfaa94fb0abc50c0b895
mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()

In commit 59273180299a ("mtd: spi-nor: Create macros to define chip IDs
and geometries") SPI_NOR_ID() were introduced, but it did only update
the INFO() macro in core.h. Also use it in S3AN_INFO().

Signed-off-by: Michael Walle <mwalle@kernel.org>
Link: https://lore.kernel.org/r/20230807-mtd-flash-info-db-rework-v3-3-e60548861b10@kernel.org
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
drivers/mtd/spi-nor/xilinx.c