From patchwork Mon Mar 5 14:48:48 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 130642 Delivered-To: patch@linaro.org Received: by 10.46.66.2 with SMTP id p2csp2773548lja; Mon, 5 Mar 2018 06:51:57 -0800 (PST) X-Google-Smtp-Source: AG47ELu00czplAF/fdNYc15ikhwBaMlJosRmR7EgJWeDCNWUPhmMPMnCiQs9odgl8Bbtl4pGG7MG X-Received: by 10.99.155.1 with SMTP id r1mr12716430pgd.422.1520261516946; Mon, 05 Mar 2018 06:51:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520261516; cv=none; d=google.com; s=arc-20160816; b=IEkw6b7TrbrOq6XgP1Pe+crshNSETYH97lnB+DNaoMInS64c38fw7h/5cauvqtnOEG SVC5I++EA7ghKSIsLOuWZPfvtkGcgv8cPlubXeAv4OJ4CuDyK4up9Mx6W7/pi4V6CXeS bcb5Aiekjou04hJjc2kEWVtvkzDoMb8XiCEqf8WF9nqb5ARsUJSpGw+yuigLj2OeC/qz TCCS8ekrauFmgoVPHwQKg+bUN+1CB/DJLVvhgtwQm2Bhfs9fTT602EaeRnBNFPwoEJFh 6Oa15kYz4IZh2i3EGhfg9cESbYiUWEMAhttmWChKk8Wb8wnQepi6uf5f/9zhQf3wRPYi aZmg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=8UAzgAWWlizfrbRx3qWOnEynZ3imRD4cJK0Psd/vlFs=; b=u8L6BCLbjgJutTTDQ42laV7NyM1/jGEzOh++0RTO/KAGq0Yl3qf2ST2IcU+W+fdB0S n5D+xY8DVfhIZTwwhx50XlZYgYhqaV3UItz9OQW7WGPmYQSkirPD8IUI+Km6wsaYL8wA ZLWUhuiuPTvLj+xsZvQkbmbo5VDKoo7tMC2/uWQtw6sSUyvgmaY28very7TGex7jacWj vjgwzDq7U8zHLaH44vAzEWjVcuyTSGVHxCfrUf5Lb0y3DvwOBLKSXO9KCeRhmwo46LfY 0955D8zwYN+8kMqe2adTJJ6VRLjkoKMcoe1jC7cJpW+KLKEKbf6k5tLpw+b31vYI+dGg 1iBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f4si8408197pgc.267.2018.03.05.06.51.56; Mon, 05 Mar 2018 06:51:56 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752376AbeCEOvy (ORCPT + 28 others); Mon, 5 Mar 2018 09:51:54 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:6144 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932138AbeCEOty (ORCPT ); Mon, 5 Mar 2018 09:49:54 -0500 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 14A0E4DB9D7B6; Mon, 5 Mar 2018 22:49:34 +0800 (CST) Received: from localhost.localdomain (10.67.212.75) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.361.1; Mon, 5 Mar 2018 22:49:28 +0800 From: John Garry To: , , , CC: , , , , Xiang Chen , John Garry Subject: [PATCH v3 6/8] scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req Date: Mon, 5 Mar 2018 22:48:48 +0800 Message-ID: <1520261330-204596-7-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1520261330-204596-1-git-send-email-john.garry@huawei.com> References: <1520261330-204596-1-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.67.212.75] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Xiang Chen The structure element hisi_sas_devices.running_req to count how many commands are active is in effect only ever written in the code, so remove it. Signed-off-by: Xiang Chen Signed-off-by: John Garry --- drivers/scsi/hisi_sas/hisi_sas.h | 1 - drivers/scsi/hisi_sas/hisi_sas_main.c | 9 --------- drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 3 --- 3 files changed, 13 deletions(-) -- 1.9.1 diff --git a/drivers/scsi/hisi_sas/hisi_sas.h b/drivers/scsi/hisi_sas/hisi_sas.h index e7fd287..d1153e8 100644 --- a/drivers/scsi/hisi_sas/hisi_sas.h +++ b/drivers/scsi/hisi_sas/hisi_sas.h @@ -175,7 +175,6 @@ struct hisi_sas_device { struct hisi_sas_dq *dq; struct list_head list; u64 attached_phy; - atomic64_t running_req; enum sas_device_type dev_type; int device_id; int sata_idx; diff --git a/drivers/scsi/hisi_sas/hisi_sas_main.c b/drivers/scsi/hisi_sas/hisi_sas_main.c index 9ff8790..88ad8d4 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_main.c +++ b/drivers/scsi/hisi_sas/hisi_sas_main.c @@ -200,8 +200,6 @@ void hisi_sas_slot_task_free(struct hisi_hba *hisi_hba, struct sas_task *task, if (task) { struct device *dev = hisi_hba->dev; - struct domain_device *device = task->dev; - struct hisi_sas_device *sas_dev = device->lldd_dev; if (!task->lldd_task) return; @@ -213,9 +211,6 @@ void hisi_sas_slot_task_free(struct hisi_hba *hisi_hba, struct sas_task *task, dma_unmap_sg(dev, task->scatter, task->num_scatter, task->data_dir); - - if (sas_dev) - atomic64_dec(&sas_dev->running_req); } if (slot->buf) @@ -431,8 +426,6 @@ static int hisi_sas_task_prep(struct sas_task *task, struct hisi_sas_dq spin_unlock_irqrestore(&task->task_state_lock, flags); dq->slot_prep = slot; - - atomic64_inc(&sas_dev->running_req); ++(*pass); return 0; @@ -1517,8 +1510,6 @@ static int hisi_sas_query_task(struct sas_task *task) dq->slot_prep = slot; - atomic64_inc(&sas_dev->running_req); - /* send abort command to the chip */ hisi_hba->hw->start_delivery(dq); spin_unlock_irqrestore(&dq->lock, flags_dq); diff --git a/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c index 2eb8980..8dd0e6a6 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c +++ b/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c @@ -1407,9 +1407,6 @@ static int slot_complete_v1_hw(struct hisi_hba *hisi_hba, } out: - if (sas_dev) - atomic64_dec(&sas_dev->running_req); - hisi_sas_slot_task_free(hisi_hba, task, slot); sts = ts->stat;