summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/aspeed-smc.c
diff options
context:
space:
mode:
authorCyrille Pitchen <cyrille.pitchen@atmel.com>2016-12-06 18:14:24 +0100
committerCyrille Pitchen <cyrille.pitchen@atmel.com>2017-02-10 13:54:52 +0100
commitbc0e151514d09cadb56e473a10c783e64e48ce0b (patch)
treeae905e0727e1b375ccc70ad5294c1c1f33d20b0e /drivers/mtd/spi-nor/aspeed-smc.c
parent32c90f1682a01ff9e1c2fa83c18a15e35f7563ce (diff)
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>
Diffstat (limited to 'drivers/mtd/spi-nor/aspeed-smc.c')
0 files changed, 0 insertions, 0 deletions