mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
If alloc_pages() fails, it returns a NULL pointer. Replace the wrong
IS_ERR() check with the proper NULL pointer check.
Fixes:
|
||
|---|---|---|
| .. | ||
| acrn | ||
| coco/sevguest | ||
| nitro_enclaves | ||
| vboxguest | ||
| fsl_hypervisor.c | ||
| Kconfig | ||
| Makefile | ||
| vmgenid.c | ||