mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 02:52:56 +00:00
9632e78e82
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 | ||
vp_vdpa.c |