]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cxgb4: Fix static checker warning
authorHariprasad Shenai <hariprasad@chelsio.com>
Wed, 12 Nov 2014 09:31:06 +0000 (15:01 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Nov 2014 20:05:26 +0000 (15:05 -0500)
Fix static checker warning that got introduced in commit e2ac9628959cc152
("cxgb4: Cleanup macros so they follow the same style and look consistent, part
2") due to accidental checkin of bogus line.

Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c

index d13d36abe55ce4b4597e2f68afac4809ae1664c4..660bf0f79ac515f168dd54b15b449fc50ba67e35 100644 (file)
@@ -5752,7 +5752,6 @@ static int adap_init0(struct adapter *adap)
                                            "No Configuration File present "
                                            "on adapter. Using hard-wired "
                                            "configuration parameters.\n");
-                                       goto bye;
                                        ret = adap_init0_no_config(adap, reset);
                                }
                        }