]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed
authorBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 19 Oct 2018 09:02:22 +0000 (11:02 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Mon, 5 Nov 2018 22:52:40 +0000 (23:52 +0100)
commit90c31cb9a8115a1183daed9a714eea4be0687931
tree531c43f12d4fbc0173ac088f6d4abbb912250d63
parent91d7b67000c6e9bd605624079fee5a084238ad92
mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed

Commit 5390a8df769e ("mtd: spi-nor: add support to non-uniform SFDP SPI
NOR flash memories") removed the 'nor->addr_width = 0;' statement when
spi_nor_parse_sfdp() returns an error, thus leaving ->addr_width in an
undefined state which can cause trouble when spi_nor_scan() checks its
value.

Reported-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Fixes: 5390a8df769e ("mtd: spi-nor: add support to non-uniform SFDP SPI NOR flash memories")
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
drivers/mtd/spi-nor/spi-nor.c