Quentin Lambert 79e50e7298 PCI: Remove assignment from "if" conditions
The following Coccinelle semantic patch was used to find and correct cases
of assignments in "if" conditions:

@@
expression var, expr;
statement S;
@@

+ var = expr;
  if(
- (var = expr)
+ var
  ) S

Signed-off-by: Quentin Lambert <lambert.quentin@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2014-09-24 07:50:53 -06:00
..
2014-08-19 09:45:31 -05:00
2014-06-10 20:20:42 -06:00
2014-05-30 09:34:27 -06:00
2014-06-10 20:20:19 -06:00
2014-06-10 20:20:42 -06:00
2014-06-10 20:20:19 -06:00
2014-06-10 20:20:19 -06:00
2014-06-10 20:20:19 -06:00
2014-07-08 16:17:26 -06:00
2014-06-10 20:20:19 -06:00
2014-06-10 20:20:19 -06:00