mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-17 22:41:25 +00:00
39c9a4ab2b
In case of error, the function follow_page() returns ERR_PTR() or NULL pointer. The NULL test in the error handling should be replaced with IS_ERR_OR_NULL(). dpatch engine is used to auto generated this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Tony Luck <tony.luck@intel.com> |
||
---|---|---|
.. | ||
gate-data.S | ||
grant-table.c | ||
hypercall.S | ||
hypervisor.c | ||
irq_xen.c | ||
irq_xen.h | ||
Kconfig | ||
machvec.c | ||
Makefile | ||
suspend.c | ||
time.c | ||
time.h | ||
xcom_hcall.c | ||
xen_pv_ops.c | ||
xencomm.c | ||
xenivt.S | ||
xensetup.S |