aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHariprasad Shenai <hariprasad@chelsio.com>2014-11-12 15:01:06 +0530
committerDavid S. Miller <davem@davemloft.net>2014-11-12 15:05:26 -0500
commitc94f8f4156c6ea348bf1c54075ec84ade62ba7c2 (patch)
tree9e3fcea0924ff33a07de2de7428eab8dead08259 /drivers
parentip_tunnel: Ops registration for secondary encap (fou, gue) (diff)
downloadlinux-dev-c94f8f4156c6ea348bf1c54075ec84ade62ba7c2.tar.xz
linux-dev-c94f8f4156c6ea348bf1c54075ec84ade62ba7c2.zip
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 <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c1
1 files changed, 0 insertions, 1 deletions
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);
}
}