diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2016-09-16 13:45:17 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-16 16:23:11 (GMT) |
commit | 3bf3eb2b95aaf18eff3080444b24673cda8ff9a2 (patch) | |
tree | c6add130466004f3d51927b01799b85501fe2217 /net/llc/llc_proc.c | |
parent | a0319f8b12c0fb9800da61f4cba9bd6fd80e37a4 (diff) | |
download | linux-3bf3eb2b95aaf18eff3080444b24673cda8ff9a2.tar.xz |
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>
Diffstat (limited to 'net/llc/llc_proc.c')
0 files changed, 0 insertions, 0 deletions