aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>2016-11-16 08:02:55 +0000
committerBoris Brezillon <boris.brezillon@free-electrons.com>2016-11-19 09:43:15 +0100
commit442168273ecf57cf4494e492a59f29991089ff42 (patch)
tree71bb3472f109f2baa7cb230d9865f62c6b4d400d /security/selinux/hooks.c
parentmtd: nand: tango: Cleanup raw_write and raw_read (diff)
downloadlinux-rng-442168273ecf57cf4494e492a59f29991089ff42.tar.xz
linux-rng-442168273ecf57cf4494e492a59f29991089ff42.zip
mtd: nand: nandsim: fix error check
debugfs_create_dir() and debugfs_create_file() returns NULL on error or a pointer on success. They do not return the error value with ERR_PTR. So we should not check the return with IS_ERR_OR_NULL, instead we should just check for NULL. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions