Actions
Bug #3076
opensys/dev/netif/ig_hal/e1000_ich8lan.c:1594: sanity checking mixup ?
Start date:
10/11/2017
Due date:
% Done:
0%
Estimated time:
Description
dragonfly/sys/dev/netif/ig_hal/e1000_ich8lan.c:1594] -> [dragonfly/sys/dev/netif/ig_hal/e1000_ich8lan.c:1607]: (warning) Identical condition 'ret_val', second condition is always false
Source code is
hw->phy.ops.release(hw);
if (ret_val)
return ret_val;
If release returns a value, then suggest check it, otherwise
suggest remove redundant check.
No data to display
Actions