]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mtd: spinand: Add missing check
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 9 Jan 2026 17:18:03 +0000 (18:18 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 29 Jan 2026 19:21:40 +0000 (20:21 +0100)
commitaab8a4c656379a6a1a4ca716f48118680560eaab
tree33a3456ac53317741884b40748593b0df40696cd
parenta57b1f07d2d35843a7ada30c8cf9a215c0931868
mtd: spinand: Add missing check

The update cache variant is mandatory, both read and write versions are
being checked, but not this one. All chip drivers seem to implement this
variant, so there should be no breakage.

Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/spi/core.c