Julia Lawall
4644efabde
[SCSI] bfa: eliminate useless code
...
The variable bfa_itnim is initialized twice to the same (side effect-free)
expression. Drop one initialization.
A simplified version of the semantic match that finds this problem is:
(http://coccinelle.lip6.fr/ )
// <smpl>
@forall@
idexpression *x;
identifier f!=ERR_PTR;
@@
x = f(...)
... when != x
(
x = f(...,<+...x...+>,...)
|
* x = f(...)
)
// </smpl>
Signed-off-by: Julia Lawall <julia@diku.dk>
Acked-by: Jing Huang <huangj@brocade.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2010-04-11 09:23:32 -05:00
..
2010-03-07 13:27:51 +05:30
2009-12-04 12:00:09 -06:00
2009-12-04 12:00:09 -06:00
2010-03-07 12:58:59 +05:30
2009-12-04 12:00:09 -06:00
2009-12-04 12:00:09 -06:00
2009-12-04 12:00:09 -06:00
2010-03-07 13:27:51 +05:30
2010-03-07 13:07:00 +05:30
2010-03-07 13:05:10 +05:30
2010-03-04 16:14:10 +05:30
2010-03-04 16:14:10 +05:30
2009-12-04 12:00:09 -06:00
2010-03-07 13:02:14 +05:30
2010-03-07 13:02:14 +05:30
2009-12-04 12:00:09 -06:00
2010-03-07 13:02:14 +05:30
2010-03-07 13:27:51 +05:30
2010-03-07 13:27:51 +05:30
2010-03-07 13:07:00 +05:30
2010-03-07 13:07:00 +05:30
2010-03-07 13:03:50 +05:30
2010-03-07 13:02:14 +05:30
2010-03-07 12:54:18 +05:30
2010-03-07 12:54:18 +05:30
2009-12-04 12:00:09 -06:00
2010-03-07 13:07:00 +05:30
2010-03-07 13:05:10 +05:30
2010-03-07 13:05:10 +05:30
2010-03-07 13:10:13 +05:30
2010-03-07 13:05:10 +05:30
2010-03-07 12:54:18 +05:30
2010-03-07 13:05:10 +05:30
2010-03-07 12:54:18 +05:30
2009-12-04 12:00:09 -06:00
2010-03-30 22:02:32 +09:00
2010-03-07 13:27:51 +05:30
2010-03-07 13:28:38 +05:30
2009-12-09 19:42:25 -08:00
2009-12-04 12:00:09 -06:00
2010-04-11 09:23:32 -05:00
2010-03-07 13:27:51 +05:30
2010-03-04 15:29:46 +05:30
2010-03-30 22:02:32 +09:00
2010-03-07 13:12:04 +05:30
2009-12-04 12:00:09 -06:00
2010-03-07 13:12:04 +05:30
2010-03-07 13:27:51 +05:30
2010-03-07 12:58:41 +05:30
2010-03-04 16:14:10 +05:30
2010-03-04 16:17:02 +05:30
2010-03-04 16:14:10 +05:30
2010-03-04 16:14:10 +05:30
2010-03-04 16:14:10 +05:30
2010-03-04 16:15:24 +05:30
2009-12-04 12:00:09 -06:00
2010-03-07 13:12:04 +05:30
2010-03-07 13:05:10 +05:30
2010-03-07 13:05:10 +05:30
2010-03-07 12:49:48 +05:30
2010-03-07 13:12:04 +05:30
2010-03-07 13:05:10 +05:30
2009-12-04 12:00:09 -06:00
2010-03-07 13:05:10 +05:30
2010-03-07 12:54:18 +05:30
2010-03-30 22:02:32 +09:00
2010-03-07 12:54:18 +05:30
2009-12-04 12:00:09 -06:00
2010-03-07 13:07:00 +05:30