mirror of https://github.com/torvalds/linux.git
In case of error, the function securityfs_create_dir() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| lsm.c | ||
| lsm.h | ||
| securityfs.c | ||