]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare()
authorJia-Ju Bai <baijiaju1990@gmail.com>
Sat, 5 Mar 2022 09:14:11 +0000 (01:14 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Mar 2022 12:20:25 +0000 (13:20 +0100)
commitcf7a578096fe6b615934c2b0e1031306a7fc224f
treefbdb9dcd59c21b019d118baf3a216be0f70ff93d
parent2c2c7e4a12c7e274adda3b334d912169c515efe7
net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare()

[ Upstream commit e0058f0fa80f6e09c4d363779c241c45a3c56b94 ]

The function dma_alloc_coherent() in qed_vf_hw_prepare() can fail, so
its return value should be checked.

Fixes: 1408cc1fa48c ("qed: Introduce VFs")
Reported-by: TOTE Robot <oslab@tsinghua.edu.cn>
Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/qlogic/qed/qed_vf.c