From patchwork Wed Oct 11 17:49:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 10000213 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B75E36037F for ; Wed, 11 Oct 2017 17:50:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A238328B06 for ; Wed, 11 Oct 2017 17:50:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 96EE028AFB; Wed, 11 Oct 2017 17:50:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4D8CD28B06 for ; Wed, 11 Oct 2017 17:50:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752120AbdJKRuv (ORCPT ); Wed, 11 Oct 2017 13:50:51 -0400 Received: from esa3.hgst.iphmx.com ([216.71.153.141]:51693 "EHLO esa3.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756600AbdJKRtz (ORCPT ); Wed, 11 Oct 2017 13:49:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1507744195; x=1539280195; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=monTHmdyzyha1mA2qqHtSfdaZT1NY/W91/1UHKOG3eI=; b=UUAhfJEFAoySzjZR95irBVGQ6c8gN8P8hWQYR5gCyeDNtyql1BtLs0OU n1YQ7D87FnXAhUWybjTYpwyuBy1jHbZTMOJFfJ1spvbN7hMc8uTZUyFuY j7fS+TfSfiSTKhOvHmul+selYtZ7llnkrrZGctwMRkkWnZyOTEggDi78f UBPtW8SO9bfHl+8hGRkBZoR7SIfY49ftaOx9akH2mD3E7d635C0Co2ygd npOTJaXmKpIdQPOUx4CK52x7Fb7XLbVgxWkV3kWa8ZaRc2bkjg31izLX1 yNFZ4CWF6KUyiL2L1SvCxyfWczFwonDKSWFPxhnPLVSm4R4DayIi4S7Om w==; X-IronPort-AV: E=Sophos;i="5.43,362,1503331200"; d="scan'208";a="57687622" Received: from sjappemgw11.hgst.com (HELO sjappemgw12.hgst.com) ([199.255.44.62]) by ob1.hgst.iphmx.com with ESMTP; 12 Oct 2017 01:49:45 +0800 Received: from thinkpad-bart.sdcorp.global.sandisk.com (HELO thinkpad-bart.int.fusionio.com) ([10.11.172.152]) by sjappemgw12.hgst.com with ESMTP; 11 Oct 2017 10:49:28 -0700 From: Bart Van Assche To: Doug Ledford Cc: linux-rdma@vger.kernel.org, Bart Van Assche Subject: [PATCH v2 22/45] RDMA/i40iw: Remove a set-but-not-used variable Date: Wed, 11 Oct 2017 10:49:04 -0700 Message-Id: <20171011174927.25113-23-bart.vanassche@wdc.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171011174927.25113-1-bart.vanassche@wdc.com> References: <20171011174927.25113-1-bart.vanassche@wdc.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Bart Van Assche Reviewed-by: Shiraz Saleem --- drivers/infiniband/hw/i40iw/i40iw_cm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/infiniband/hw/i40iw/i40iw_cm.c b/drivers/infiniband/hw/i40iw/i40iw_cm.c index 4e1ff81c5ba0..f5cfb224e153 100644 --- a/drivers/infiniband/hw/i40iw/i40iw_cm.c +++ b/drivers/infiniband/hw/i40iw/i40iw_cm.c @@ -1199,7 +1199,6 @@ static void i40iw_cm_timer_tick(unsigned long pass) struct i40iw_cm_core *cm_core = (struct i40iw_cm_core *)pass; u32 settimer = 0; unsigned long timetosend; - struct i40iw_sc_dev *dev; unsigned long flags; struct list_head timer_list; @@ -1270,7 +1269,6 @@ static void i40iw_cm_timer_tick(unsigned long pass) spin_unlock_irqrestore(&cm_node->retrans_list_lock, flags); vsi = &cm_node->iwdev->vsi; - dev = cm_node->dev; if (!cm_node->ack_rcvd) { atomic_inc(&send_entry->sqbuf->refcount);