commit | abd494bb071f9d988f5e36499923ab00439dc0d2 | [log] [tgz] |
---|---|---|
author | Tudor Ambarus <tudor.ambarus@microchip.com> | Sat Nov 02 11:23:32 2019 +0000 |
committer | Tudor Ambarus <tudor.ambarus@microchip.com> | Thu Nov 07 08:18:23 2019 +0200 |
tree | 6699d2b9deeb7f1c686ff38ab7e217187eea09a2 | |
parent | cd1ebe1ca065a749d48cdfccdc271f91e8f84623 [diff] |
mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr() spi_nor_clear_sr() and spi_nor_clear_fsr() are called just in case of errors. The callers didn't check their return value, make them of type void. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>