commit | 442168273ecf57cf4494e492a59f29991089ff42 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Wed Nov 16 08:02:55 2016 +0000 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Sat Nov 19 09:43:15 2016 +0100 |
tree | 71bb3472f109f2baa7cb230d9865f62c6b4d400d | |
parent | 37871abdd5ea73bde645c8f3d2e9fc04b5ffaf6b [diff] |
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>