Re: [PATCH v2] spi: cadence-quadspi: Fix error return code in cqspi_probe

2020-11-16 Thread Mark Brown
On Mon, 16 Nov 2020 22:18:36 +0800, Zhihao Cheng wrote: > Fix to return the error code from > devm_reset_control_get_optional_exclusive() instaed of 0 > in cqspi_probe(). Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: cadence-quadspi:

Re: [PATCH v2] spi: cadence-quadspi: Fix error return code in cqspi_probe

2020-11-16 Thread Philipp Zabel
On Mon, 2020-11-16 at 22:18 +0800, Zhihao Cheng wrote: > Fix to return the error code from > devm_reset_control_get_optional_exclusive() instaed of 0 > in cqspi_probe(). > > Fixes: 31fb632b5d43ca ("spi: Move cadence-quadspi driver to drivers/spi/") > Reported-by: Hulk Robot > Signed-off-by:

[PATCH v2] spi: cadence-quadspi: Fix error return code in cqspi_probe

2020-11-16 Thread Zhihao Cheng
Fix to return the error code from devm_reset_control_get_optional_exclusive() instaed of 0 in cqspi_probe(). Fixes: 31fb632b5d43ca ("spi: Move cadence-quadspi driver to drivers/spi/") Reported-by: Hulk Robot Signed-off-by: Zhihao Cheng --- drivers/spi/spi-cadence-quadspi.c | 2 ++ 1 file