aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c
diff options
context:
space:
mode:
authorXie Yongji <[email protected]>2021-07-15 16:00:24 +0800
committerMichael S. Tsirkin <[email protected]>2021-08-11 06:44:23 -0400
commit9632e78e82648aa98340df78eab9106f63da151e (patch)
tree26102263fe65d82d346735a925b6664cea1dea32 /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c
parent2b847f21145d84e2e1dde99d3e2c00a5468f02e4 (diff)
vp_vdpa: Fix return value check for vdpa_alloc_device()
The vdpa_alloc_device() returns an error pointer upon failure, not NULL. To handle the failure correctly, this replaces NULL check with IS_ERR() check and propagate the error upwards. Fixes: 64b9f64f80a6 ("vdpa: introduce virtio pci driver") Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Xie Yongji <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michael S. Tsirkin <[email protected]> Acked-by: Jason Wang <[email protected]> Reviewed-by: Stefano Garzarella <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions