From patchwork Mon Sep 7 07:45:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Yan X-Patchwork-Id: 11760083 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 310DF746 for ; Mon, 7 Sep 2020 07:46:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 231F921548 for ; Mon, 7 Sep 2020 07:46:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727871AbgIGHqN (ORCPT ); Mon, 7 Sep 2020 03:46:13 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:45606 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727004AbgIGHqI (ORCPT ); Mon, 7 Sep 2020 03:46:08 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 4B12967CEEED3B9E1355; Mon, 7 Sep 2020 15:46:07 +0800 (CST) Received: from huawei.com (10.175.127.227) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Mon, 7 Sep 2020 15:45:58 +0800 From: Jason Yan To: , , , , , Subject: [PATCH 0/4] scsi: qla1280: some code cleanups to shut up robots Date: Mon, 7 Sep 2020 15:45:14 +0800 Message-ID: <20200907074518.2326360-1-yanaijie@huawei.com> X-Mailer: git-send-email 2.25.4 MIME-Version: 1.0 X-Originating-IP: [10.175.127.227] X-CFilter-Loop: Reflected Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Continue to address some build warnings to make our robots happy. Jason Yan (4): scsi: qla1280: remove set but not used variable in qla1280_done() scsi: qla1280: remove set but not used variable in qla1280_nvram_config() scsi: qla1280: remove set but not used variable in qla1280_mailbox_command() scsi: qla1280: remove set but not used variable in qla1280_status_entry() drivers/scsi/qla1280.c | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-)