Julia Lawall 980fd895e6 Staging: b3dfg: Drop NULL test on list_entry result
list_entry, which is an alias for container_of, cannot return NULL, as
there is no way to add a NULL value to a doubly linked list.

A simplified version of the semantic match that findds this problem is as
follows:
(http://www.emn.fr/x-info/coccinelle/)

// <smpl>
@r@
expression x,E;
statement S1,S2;
position p,p1;
@@

*x = list_entry@p(...)
... when != x = E
*if@p1 (x == NULL) S1 else S2
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:01:40 -07:00
..
2009-09-11 02:33:59 -04:00
2009-09-14 19:01:37 +02:00
2009-08-23 00:03:00 +02:00
2009-09-01 01:13:16 -07:00
2009-09-12 12:04:37 +01:00
2009-09-15 09:37:12 -07:00
2009-09-15 09:37:12 -07:00
2009-08-26 20:06:52 -07:00
2009-09-15 09:37:12 -07:00
2009-09-12 12:04:37 +01:00
2009-09-12 12:04:37 +01:00
2009-09-09 11:19:00 -04:00
2009-09-14 20:26:05 +02:00
2009-09-01 01:13:44 -07:00