diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2014-11-12 15:01:06 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-12 15:05:26 -0500 |
commit | c94f8f4156c6ea348bf1c54075ec84ade62ba7c2 (patch) | |
tree | 9e3fcea0924ff33a07de2de7428eab8dead08259 /drivers/net/ethernet | |
parent | a8c5f90fb59a2d3bff0bd29adbb3e39fe0dd52f8 (diff) | |
download | blackbird-op-linux-c94f8f4156c6ea348bf1c54075ec84ade62ba7c2.tar.gz blackbird-op-linux-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/net/ethernet')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 1 |
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); } } |