diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2018-08-28 00:13:06 +0200 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2018-10-31 21:22:44 +0100 |
commit | 1b7619828d0c341612f58683e73f279c37e70bbc (patch) | |
tree | 2e417cdfc1ce30c4d72a58fee4953199878e2386 /drivers/hsi/hsi_boardinfo.c | |
parent | ntb: intel: fix return value for ndev_vec_mask() (diff) | |
download | linux-1b7619828d0c341612f58683e73f279c37e70bbc.tar.xz linux-1b7619828d0c341612f58683e73f279c37e70bbc.zip |
NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checks
Both devm_kcalloc() and devm_kzalloc() return NULL on error. They
never return error pointers.
The use of IS_ERR_OR_NULL is currently applied to the wrong
context.
Fix this by replacing IS_ERR_OR_NULL with regular NULL checks.
Fixes: bf2a952d31d2 ("NTB: Add IDT 89HPESxNTx PCIe-switches support")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'drivers/hsi/hsi_boardinfo.c')
0 files changed, 0 insertions, 0 deletions