From fd5df29c9c569ea197e4888b58e9209f413e6435 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 22 Jun 2011 19:28:15 +0000 Subject: [PATCH] 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 --- srpt/src/ib_srpt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 77c995f03..523a9f898 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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;