mtd: spi-nor: remove WARN_ONCE() message in spi_nor_write()
authorCyrille Pitchen <cyrille.pitchen@atmel.com>
Tue, 6 Dec 2016 17:14:24 +0000 (18:14 +0100)
committerCyrille Pitchen <cyrille.pitchen@atmel.com>
Fri, 10 Feb 2017 12:54:52 +0000 (13:54 +0100)
commitbc0e151514d09cadb56e473a10c783e64e48ce0b
treeae905e0727e1b375ccc70ad5294c1c1f33d20b0e
parent32c90f1682a01ff9e1c2fa83c18a15e35f7563ce
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>
drivers/mtd/spi-nor/spi-nor.c