mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-16 00:55:50 +09:00
pte_alloc_one() is expected to return NULL if out of memory. But it returns virt_to_page(NULL), which is not NULL. This fixes it. Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Akinobu Mita <mita@fixstars.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
3.8 KiB
3.8 KiB