summaryrefslogtreecommitdiffstats
path: root/Documentation/logo.gif
diff options
context:
space:
mode:
authorFrieder Schrempf <frieder.schrempf@kontron.de>2020-02-18 10:05:25 +0000
committerMiquel Raynal <miquel.raynal@bootlin.com>2020-03-11 16:17:54 +0100
commit621a7b780bd8b7054647d53d5071961f2c9e0873 (patch)
treefaa3c60bbba6d186bff1d51d8f1677f767a79ce2 /Documentation/logo.gif
parent2148937501ee3d663e0010e519a553fea67ad103 (diff)
downloadlinux-stable-621a7b780bd8b7054647d53d5071961f2c9e0873.tar.gz
linux-stable-621a7b780bd8b7054647d53d5071961f2c9e0873.tar.bz2
linux-stable-621a7b780bd8b7054647d53d5071961f2c9e0873.zip
mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB
When writing the bad block marker to the OOB area the access mode should be set to MTD_OPS_RAW as it is done for reading the marker. Currently this only works because req.mode is initialized to MTD_OPS_PLACE_OOB (0) and spinand_write_to_cache_op() checks for req.mode != MTD_OPS_AUTO_OOB. Fix this by explicitly setting req.mode to MTD_OPS_RAW. Fixes: 7529df465248 ("mtd: nand: Add core infrastructure to support SPI NANDs") Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20200218100432.32433-3-frieder.schrempf@kontron.de
Diffstat (limited to 'Documentation/logo.gif')
0 files changed, 0 insertions, 0 deletions