[04/41] mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()

Message ID 20230807-mtd-flash-info-db-rework-v1-4-3d3d5bef4ba4@kernel.org
State New
Headers
Series mtd: spi-nor: clean the flash_info database up |

Commit Message

Michael Walle Aug. 7, 2023, 1:20 p.m. UTC
  The default value of addr_nbytes is already 3. Drop it.

Signed-off-by: Michael Walle <mwalle@kernel.org>
---
 drivers/mtd/spi-nor/xilinx.c | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/drivers/mtd/spi-nor/xilinx.c b/drivers/mtd/spi-nor/xilinx.c
index de5189c38432..34267591282c 100644
--- a/drivers/mtd/spi-nor/xilinx.c
+++ b/drivers/mtd/spi-nor/xilinx.c
@@ -27,7 +27,6 @@ 
 		.n_sectors = (_n_sectors),				\
 		.page_size = (_page_size),				\
 		.n_banks = 1,						\
-		.addr_nbytes = 3,					\
 		.flags = SPI_NOR_NO_FR
 
 /* Xilinx S3AN share MFR with Atmel SPI NOR */