commit | e96e8a1dc12e3186e24c74e42e03b788d3132377 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Fri Aug 18 21:47:14 2017 +0200 |
committer | Jan Kara <jack@suse.cz> | Wed Aug 23 18:53:06 2017 +0200 |
tree | ed67282e47ba02d476c162c49a94e860e4604052 | |
parent | 8898662268778a8dde305719564c456c56c54857 [diff] |
isofs: Adjust four checks for null pointers The script “checkpatch.pl” pointed information out like the following. Comparison to NULL could be written !... Thus fix the affected source code places. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Jan Kara <jack@suse.cz>