From: Hariprasad Shenai Date: Wed, 12 Nov 2014 09:31:06 +0000 (+0530) Subject: cxgb4: Fix static checker warning X-Git-Tag: firefly_0821_release~176^2~2717^2~207 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c94f8f4156c6ea348bf1c54075ec84ade62ba7c2;p=firefly-linux-kernel-4.4.55.git cxgb4: Fix static checker warning 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c index d13d36abe55c..660bf0f79ac5 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c @@ -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); } }