Julia Lawall
058e698b63
USB: gadget: 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-23 06:46:28 -07:00
..
2009-09-23 06:46:28 -07:00
2009-06-16 13:06:10 -07:00
2009-06-15 21:44:47 -07:00
2009-09-23 06:46:20 -07:00
2009-03-24 16:20:33 -07:00
2009-06-15 21:44:41 -07:00
2009-01-07 09:59:58 -08:00
2009-03-24 16:20:45 -07:00
2008-10-22 10:05:28 -07:00
2009-03-24 16:20:36 -07:00
2009-03-24 16:20:33 -07:00
2009-07-12 15:16:39 -07:00
2009-03-24 16:20:33 -07:00
2009-09-23 06:46:20 -07:00
2009-03-24 16:20:33 -07:00
2009-03-24 16:20:45 -07:00
2009-03-24 16:20:33 -07:00
2009-08-12 20:44:49 -07:00
2009-06-15 21:44:46 -07:00
2009-03-24 16:20:33 -07:00
2009-03-24 16:20:45 -07:00
2009-03-24 16:20:33 -07:00
2009-06-15 21:44:44 -07:00
2009-06-15 21:44:47 -07:00
2009-02-09 11:19:47 -08:00
2008-10-17 14:41:08 -07:00
2009-06-15 21:44:47 -07:00
2009-06-15 21:44:47 -07:00
2009-03-24 16:20:45 -07:00
2009-08-20 10:25:30 +09:00
2009-09-23 06:46:20 -07:00
2009-06-15 21:44:42 -07:00
2009-06-15 21:44:46 -07:00
2009-03-24 16:20:29 -07:00
2009-09-22 07:17:24 -07:00
2009-08-20 10:25:30 +09:00
2009-07-12 12:22:34 -07:00
2009-06-15 21:44:47 -07:00
2009-03-24 16:20:30 -07:00
2009-08-24 22:45:15 +09:00
2009-07-23 13:04:15 +09:00
2009-08-20 10:25:30 +09:00
2009-03-24 16:20:33 -07:00
2008-10-17 14:40:52 -07:00
2009-04-23 14:15:29 -07:00
2009-03-24 16:20:33 -07:00
2009-09-23 06:46:23 -07:00
2009-09-23 06:46:23 -07:00
2009-06-15 21:44:42 -07:00
2009-06-15 21:44:42 -07:00
2009-08-21 08:34:08 +09:00
2009-08-21 08:34:08 +09:00
2009-07-12 15:16:37 -07:00
2009-07-12 12:22:34 -07:00
2009-06-15 21:44:47 -07:00
2009-03-24 16:20:33 -07:00
2009-06-15 21:44:47 -07:00
2009-06-15 21:44:47 -07:00
2009-09-02 01:03:33 -07:00
2008-12-17 15:49:09 -08:00
2009-06-15 21:44:46 -07:00
2008-10-17 14:40:53 -07:00
2009-05-08 19:34:56 -07:00
2009-03-24 16:20:45 -07:00