mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
ib_srpt: Remove two superfluous blank lines
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3607 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -697,13 +697,11 @@ static int srpt_refresh_port(struct srpt_port *sport)
|
||||
return 0;
|
||||
|
||||
err_query_port:
|
||||
|
||||
port_modify.set_port_cap_mask = 0;
|
||||
port_modify.clr_port_cap_mask = IB_PORT_DEVICE_MGMT_SUP;
|
||||
ib_modify_port(sport->sdev->device, sport->port, 0, &port_modify);
|
||||
|
||||
err_mod_port:
|
||||
|
||||
TRACE_EXIT_RES(ret);
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user