xircom: remove redundant error check on variable err
authorColin Ian King <colin.king@canonical.com>
Wed, 7 Apr 2021 09:39:22 +0000 (10:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Apr 2021 21:48:32 +0000 (14:48 -0700)
commit7b3ae17f0f681027a5de532c6a94d99334d97633
treea568caf869bdb34d7d15260ce7ddc58dc0b4034d
parent33b32a2984269706449ff4702682cac2dda01c7e
xircom: remove redundant error check on variable err

The error check on err is always false as err is always 0 at the
port_found label. The code is redundant and can be removed.

Addresses-Coverity: ("Logically dead code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xircom/xirc2ps_cs.c