[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210317085701.2891231-1-lee.jones@linaro.org>
Date: Wed, 17 Mar 2021 08:56:43 +0000
From: Lee Jones <lee.jones@...aro.org>
To: lee.jones@...aro.org
Cc: linux-kernel@...r.kernel.org, Adam Radford <aradford@...il.com>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Andre Hedrick <andre@...e.com>,
Anil Gurumurthy <anil.gurumurthy@...gic.com>,
Artur Paszkiewicz <artur.paszkiewicz@...el.com>,
Bas Vermeulen <bvermeul@...ckstar.xs4all.nl>,
Bradley Grove <linuxdrivers@...otech.com>,
Brian Macy <bmacy@...shinecomputing.com>,
c by <James.Bottomley@...elEye.com>,
Christoph Hellwig <hch@....de>,
David Chaw <david_chaw@...ptec.com>,
de Melo <acme@...ectiva.com.br>,
Doug Ledford <dledford@...hat.com>,
GOTO Masanori <gotom@...ian.or.jp>, gotom@...ian.org,
Hannes Reinecke <hare@...nel.org>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
Joel Jacobson <linux@...re.com>,
Khalid Aziz <khalid@...ehiking.org>,
"Leonard N. Zubkoff" <lnz@...delion.com>,
Linux GmbH <hare@...e.com>, linux-scsi@...r.kernel.org,
Luben Tuikov <luben_tuikov@...ptec.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
MPT-FusionLinux.pdl@...gotech.com,
MPT-FusionLinux.pdl@...adcom.com,
Richard Hirst <richard@...epie.demon.co.uk>,
Sathya Prakash <sathya.prakash@...adcom.com>,
Sreekanth Reddy <sreekanth.reddy@...adcom.com>,
Sudarsana Kalluru <sudarsana.kalluru@...gic.com>,
Suganath Prabu Subramani
<suganath-prabu.subramani@...adcom.com>,
YOKOTA Hiroshi <yokota@...lab.is.tsukuba.ac.jp>
Subject: [PATCH 00/18] [Set 3] Rid W=1 warnings in SCSI
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This set contains functional changes.
This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.
Lee Jones (18):
scsi: aic94xx: aic94xx_dump: Remove code that has been unused for at
least 13 years
scsi: mpt3sas: mpt3sas_scs: Move a little data from the stack onto the
heap
scsi: bfa: bfa_fcs_lport: Move a large struct from the stack onto the
heap
scsi: esas2r: esas2r_log: Supply __printf(x, y) formatting for
esas2r_log_master()
scsi: BusLogic: Supply __printf(x, y) formatting for blogic_msg()
scsi: nsp32: Supply __printf(x, y) formatting for nsp32_message()
scsi: initio: Remove unused variable 'prev'
scsi: a100u2w: Remove unused variable 'bios_phys'
scsi: myrs: Remove a couple of unused 'status' variables
scsi: 3w-xxxx: Remove 2 unused variables 'response_que_value' and
'tw_dev'
scsi: 3w-9xxx: Remove a few set but unused variables
scsi: 3w-sas: Remove unused variables 'sglist' and 'tw_dev'
scsi: nsp32: Remove or exclude unused variables
scsi: FlashPoint: Remove unused variable 'TID' from
'FlashPoint_AbortCCB()'
scsi: sim710: Remove unused variable 'err' from sim710_init()
scsi: isci: port: Make local function 'port_state_name()' static
scsi: isci: remote_device: Make local function
isci_remote_device_wait_for_resume_from_abort() static
scsi: nsp32: Correct expected types in debug print formatting
drivers/scsi/3w-9xxx.c | 14 +-
drivers/scsi/3w-sas.c | 10 +-
drivers/scsi/3w-xxxx.c | 6 +-
drivers/scsi/BusLogic.c | 2 +-
drivers/scsi/FlashPoint.c | 4 -
drivers/scsi/a100u2w.c | 2 -
drivers/scsi/aic94xx/aic94xx_dump.c | 184 ---------------------------
drivers/scsi/bfa/bfa_fcs_lport.c | 20 ++-
drivers/scsi/esas2r/esas2r_log.c | 7 +
drivers/scsi/initio.c | 5 +-
drivers/scsi/isci/port.c | 2 +-
drivers/scsi/isci/remote_device.c | 2 +-
drivers/scsi/mpt3sas/mpt3sas_scsih.c | 38 ++++--
drivers/scsi/myrs.c | 6 +-
drivers/scsi/nsp32.c | 31 ++---
drivers/scsi/sim710.c | 14 +-
16 files changed, 77 insertions(+), 270 deletions(-)
Cc: Adam Radford <aradford@...il.com>
Cc: Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: Andre Hedrick <andre@...e.com>
Cc: Anil Gurumurthy <anil.gurumurthy@...gic.com>
Cc: Artur Paszkiewicz <artur.paszkiewicz@...el.com>
Cc: Bas Vermeulen <bvermeul@...ckstar.xs4all.nl>
Cc: Bradley Grove <linuxdrivers@...otech.com>
Cc: Brian Macy <bmacy@...shinecomputing.com>
Cc: c by <James.Bottomley@...elEye.com>
Cc: Christoph Hellwig <hch@....de>
Cc: David Chaw <david_chaw@...ptec.com>
Cc: de Melo <acme@...ectiva.com.br>
Cc: Doug Ledford <dledford@...hat.com>
Cc: GOTO Masanori <gotom@...ian.or.jp>
Cc: gotom@...ian.org
Cc: Hannes Reinecke <hare@...nel.org>
Cc: "James E.J. Bottomley" <jejb@...ux.ibm.com>
Cc: Joel Jacobson <linux@...re.com>
Cc: Khalid Aziz <khalid@...ehiking.org>
Cc: "Leonard N. Zubkoff" <lnz@...delion.com>
Cc: Linux GmbH <hare@...e.com>
Cc: linux-scsi@...r.kernel.org
Cc: Luben Tuikov <luben_tuikov@...ptec.com>
Cc: "Martin K. Petersen" <martin.petersen@...cle.com>
Cc: MPT-FusionLinux.pdl@...gotech.com
Cc: MPT-FusionLinux.pdl@...adcom.com
Cc: Richard Hirst <richard@...epie.demon.co.uk>
Cc: Sathya Prakash <sathya.prakash@...adcom.com>
Cc: Sreekanth Reddy <sreekanth.reddy@...adcom.com>
Cc: Sudarsana Kalluru <sudarsana.kalluru@...gic.com>
Cc: Suganath Prabu Subramani <suganath-prabu.subramani@...adcom.com>
Cc: YOKOTA Hiroshi <yokota@...lab.is.tsukuba.ac.jp>
--
2.27.0
Powered by blists - more mailing lists