commit | 0a5165a83c624cddb3dfa227a9324acac9ec413c | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sat Feb 18 01:08:17 2017 +0300 |
committer | Cyrille Pitchen <cyrille.pitchen@atmel.com> | Tue Mar 07 21:45:48 2017 +0100 |
tree | 74cede7cbc4ad88856bf7a227d6e2301ff1bfb11 | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 [diff] |
mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failure hisi_spi_nor_probe() ignores clk_prepare_enable() error code. The patch fixes that. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Acked-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>