linux-stable/drivers/ntb
Jiasheng Jiang c9a6bd1cc0 NTB: ntb_tool: Add check for devm_kcalloc
[ Upstream commit 2790143f09 ]

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: 7f46c8b3a5 ("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>
2023-07-23 13:53:43 +02:00
..
hw ntb: intel: Fix error handling in intel_ntb_pci_driver_init() 2023-07-23 13:53:43 +02:00
test NTB: ntb_tool: Add check for devm_kcalloc 2023-07-23 13:53:43 +02:00
core.c bus: Make remove callback return void 2021-07-21 11:53:42 +02:00
Kconfig New feature to add support for NTB virtual MSI interrupts, the ability 2019-07-21 09:46:59 -07:00
Makefile New feature to add support for NTB virtual MSI interrupts, the ability 2019-07-21 09:46:59 -07:00
msi.c NTB/msi: Use struct_size() helper in devm_kzalloc() 2022-01-23 16:15:15 -05:00
ntb_transport.c NTB: ntb_transport: fix possible memory leak while device_register() fails 2023-07-23 13:53:43 +02:00