commit | 2fa8e90433cdc2d9f09883f45fd2942dc042d6a6 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia.lawall@lip6.fr> | Fri Oct 23 07:38:00 2015 +0200 |
committer | Eric Anholt <eric@anholt.net> | Tue Nov 17 12:26:45 2015 -0800 |
tree | f8502a47d171398a6b9fcd8c846a9b7cec6979d6 | |
parent | e2ab3218f46bce3380189ba4ac2a8cbdb2ae6272 [diff] |
drm/vc4: fix itnull.cocci warnings Connector cannot be null because it is a list entry, ie accessed at an offset from the positions of the list structure pointers themselves. Generated by: scripts/coccinelle/iterators/itnull.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Eric Anholt <eric@anholt.net>