Project

General

Profile

Actions

Bug #3076

open

sys/dev/netif/ig_hal/e1000_ich8lan.c:1594: sanity checking mixup ?

Added by dcb over 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
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

Also available in: Atom PDF