linux_dsm_epyc7002/drivers/mtd/spi-nor
Cyrille Pitchen bc0e151514 mtd: spi-nor: remove WARN_ONCE() message in spi_nor_write()
This patch removes the WARN_ONCE() test in spi_nor_write().
This macro triggers the display of a warning message almost every time we
use a UBI file-system because a write operation is performed at offset 64,
which is in the middle of the SPI NOR memory page. This is a valid
operation for ubifs.

Hence this warning is pretty annoying and useless so we just remove it.

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Suggested-by: Richard Weinberger <richard@nod.at>
Suggested-by: Andras Szemzo <szemzo.andras@gmail.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
2017-02-10 13:54:52 +01:00
..
atmel-quadspi.c mtd: atmel-quadspi: add driver for Atmel QSPI controller 2016-07-15 17:43:45 -07:00
cadence-quadspi.c mtd: spi-nor: cqspi: Fix build on arches missing readsl/writesl 2017-01-04 09:54:03 +01:00
fsl-quadspi.c mtd: spi-nor: constify fsl_qspi_devtype_data 2016-11-26 17:45:06 +01:00
hisi-sfc.c mtd: spi-nor: add hisilicon spi-nor flash controller driver 2016-07-13 17:49:45 -07:00
Kconfig mtd: spi-nor: cqspi: Fix build on arches missing readsl/writesl 2017-01-04 09:54:03 +01:00
Makefile mtd: spi-nor: Add driver for Cadence Quad SPI Flash Controller 2016-07-18 10:00:23 -07:00
mtk-quadspi.c mtd: mtk-nor: remove duplicated include from mtk-quadspi.c 2016-07-19 12:55:28 -07:00
nxp-spifi.c mtd: spi-nor: stop passing around retlen 2016-06-01 17:22:52 -07:00
spi-nor.c mtd: spi-nor: remove WARN_ONCE() message in spi_nor_write() 2017-02-10 13:54:52 +01:00