diff options
author | Xie Yongji | 2021-07-15 16:00:23 +0800 |
---|---|---|
committer | Michael S. Tsirkin | 2021-08-11 06:44:23 -0400 |
commit | 2b847f21145d84e2e1dde99d3e2c00a5468f02e4 (patch) | |
tree | 90319556ead9a57ca98dd396845fc51910d3c77e /mm | |
parent | f7ad318ea0ad58ebe0e595e59aed270bb643b29b (diff) |
vdpa_sim: 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: 2c53d0f64c06 ("vdpasim: vDPA device simulator")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Xie Yongji <xieyongji@bytedance.com>
Link: https://lore.kernel.org/r/20210715080026.242-1-xieyongji@bytedance.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions