HomeFreeBSD

ixgbe: fix impossible condition

Description

ixgbe: fix impossible condition

Coverity flagged this condition: The condition

offset == 0 && offset == 65535

can never be true because offset cannot be equal
to two different values at the same time.

Submitted by: bret_ketchum@dell.com
Reported by: Coverity
Reviewed by: tsoome, cem
MFC after: 2 weeks
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D26144

Details

Provenance
vangyzenAuthored on
Reviewer
tsoome
Differential Revision
D26144: The condition can never be true
Parents
rS364461: MFC r364321: ipfw: line up `ipfw -t list` with and without timestamp
Branches
Unknown
Tags
Unknown