summary refs log tree commit diff
path: root/include
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 /include
parent37871abdd5ea73bde645c8f3d2e9fc04b5ffaf6b (diff)
downloadlinux-442168273ecf57cf4494e492a59f29991089ff42.tar.gz
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 'include')
0 files changed, 0 insertions, 0 deletions