NTB: ntb_tool: Add check for devm_kcalloc
authorJiasheng Jiang <jiasheng@iscas.ac.cn>
Tue, 22 Nov 2022 03:32:44 +0000 (11:32 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 23 Jul 2023 11:49:24 +0000 (13:49 +0200)
commit5554414227dbcc757e4f0a10c109ec44f0c07237
treef11b7a0f41b5fdc0596d98feef160f48187bd05d
parent8d7b8758665b9a28b1c1ab3254c1859e29be6c9a
NTB: ntb_tool: Add check for devm_kcalloc

[ Upstream commit 2790143f09938776a3b4f69685b380bae8fd06c7 ]

As the devm_kcalloc may return NULL pointer,
it should be better to add check for the return
value, as same as the others.

Fixes: 7f46c8b3a552 ("NTB: ntb_tool: Add full multi-port NTB API support")
Signed-off-by: Jiasheng Jiang <jiasheng@iscas.ac.cn>
Reviewed-by: Serge Semin <fancer.lancer@gmail.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/ntb/test/ntb_tool.c