commit | 3bf3eb2b95aaf18eff3080444b24673cda8ff9a2 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Fri Sep 16 13:45:17 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Sep 16 17:23:11 2016 +0100 |
tree | c6add130466004f3d51927b01799b85501fe2217 | |
parent | a0319f8b12c0fb9800da61f4cba9bd6fd80e37a4 [diff] |
spi: bcm-qspi: Fix return value check in bcm_qspi_probe() In case of error, the function kcalloc() returns NULL pointer not ERR_PTR(). The IS_ERR() test in the return value check should be replaced with NULL test. Fixes: fa236a7ef240 ("spi: bcm-qspi: Add Broadcom MSPI driver") Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Mark Brown <broonie@kernel.org>