Julia Lawall 3653910714 net/wireless: Remove double test
The same expression is tested twice and the result is the same each time.

The sematic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@expression@
expression E;
@@

(
* E
  || ... || E
|
* E
  && ... && E
)
// </smpl>

Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-08-31 14:20:40 -04:00
..
2010-02-08 16:50:53 -05:00
2010-07-14 13:52:45 -04:00
2010-08-16 15:26:40 -04:00
2010-08-31 14:20:40 -04:00
2010-01-17 19:16:02 -08:00
2009-10-07 16:39:43 -04:00