4 Mar
2022
4 Mar
'22
10:51 a.m.
On Fri, 04 Mar 2022 09:38:20 +0100, xkernel.wang@foxmail.com wrote:
From: Xiaoke Wang xkernel.wang@foxmail.com
vmalloc() is a memory allocation function which can return NULL when some internal memory errors happen. So it is better to check the return of it to catch the error in time.
Signed-off-by: Xiaoke Wang xkernel.wang@foxmail.com
Thanks, applied.
Takashi