cxgb4: Fix static checker warning

Fix static checker warning that got introduced in commit e2ac962895
("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>
This commit is contained in:
Hariprasad Shenai 2014-11-12 15:01:06 +05:30 committed by David S. Miller
parent a8c5f90fb5
commit c94f8f4156
1 changed files with 0 additions and 1 deletions

View 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);
}
}