diff options
author | 2016-09-16 13:45:17 +0000 | |
---|---|---|
committer | 2016-09-16 17:23:11 +0100 | |
commit | 3bf3eb2b95aaf18eff3080444b24673cda8ff9a2 (patch) | |
tree | c6add130466004f3d51927b01799b85501fe2217 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | spi: bcm-qspi: fix suspend/resume #ifdef (diff) | |
download | wireguard-linux-3bf3eb2b95aaf18eff3080444b24673cda8ff9a2.tar.xz wireguard-linux-3bf3eb2b95aaf18eff3080444b24673cda8ff9a2.zip |
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 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions