Commit 7b3ae17f authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 33b32a29
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -798,8 +798,6 @@ xirc2ps_config(struct pcmcia_device * link)
	    goto config_error;
    }
  port_found:
    if (err)
	 goto config_error;

    /****************
     * Now allocate an interrupt line.	Note that this does not