1057afa012
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:
|
||
---|---|---|
.. | ||
Makefile | ||
ifcvf_base.c | ||
ifcvf_base.h | ||
ifcvf_main.c |