mirror of https://github.com/torvalds/linux.git
The __get_free_pages() function does not return error pointers it returns
NULL so fix this condition to avoid a NULL dereference.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| amdtee_if.h | ||
| amdtee_private.h | ||
| call.c | ||
| core.c | ||
| shm_pool.c | ||