commit | 774e4414ca9ff2bfd373f72849237e30f874fc65 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Wed Jun 01 10:28:49 2016 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Fri Jan 27 13:55:13 2017 -0800 |
tree | 57189c94b58f6b9356d6bd8fe7f58c6661ada63b | |
parent | 0de3b4c1a9f049e4d8ec9f39a6c5e44b623b24ae [diff] |
ANDROID: sdcardfs: fix itnull.cocci warnings List_for_each_entry has the property that the first argument is always bound to a real list element, never NULL, so testing dentry is not needed. Generated by: scripts/coccinelle/iterators/itnull.cocci Cc: Daniel Rosenberg <drosen@google.com> Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Guenter Roeck <groeck@chromium.org>