linux-kernel-test/drivers/net/atl1c
Julia Lawall 2bc9e23465 drivers/net/atl1c: Remove double test
The nic_type field is compared to athr_l2c twice.

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: David S. Miller <davem@davemloft.net>
2010-08-28 16:06:44 -07:00
..
atl1c_ethtool.c drivers/net: Remove unnecessary returns from void function()s 2010-05-14 00:19:28 -07:00
atl1c_hw.c drivers/net/atl1c: Remove double test 2010-08-28 16:06:44 -07:00
atl1c_hw.h atl1c: Add AR8151 v2 support and change L0s/L1 routine 2010-06-01 00:28:12 -07:00
atl1c_main.c atl1c: use net_device_stats from struct net_device 2010-08-21 23:09:36 -07:00
atl1c.h atl1c: use net_device_stats from struct net_device 2010-08-21 23:09:36 -07:00
Makefile