diff options
author | 2016-11-16 08:02:55 +0000 | |
---|---|---|
committer | 2016-11-19 09:43:15 +0100 | |
commit | 442168273ecf57cf4494e492a59f29991089ff42 (patch) | |
tree | 71bb3472f109f2baa7cb230d9865f62c6b4d400d /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | mtd: nand: tango: Cleanup raw_write and raw_read (diff) | |
download | linux-dev-442168273ecf57cf4494e492a59f29991089ff42.tar.xz linux-dev-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 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions