mirror of https://gitee.com/openkylin/linux.git
6be6a8de1b
In case of error, the function eventfd_ctx_fdget() returns ERR_PTR() and
never returns NULL. The NULL test in the return value check should be
replaced with IS_ERR().
This issue was detected by using the Coccinelle software.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
afu_irq.c | ||
config.c | ||
context.c | ||
core.c | ||
file.c | ||
link.c | ||
main.c | ||
mmio.c | ||
ocxl_internal.h | ||
pasid.c | ||
pci.c | ||
sysfs.c | ||
trace.c | ||
trace.h |