From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751417AbdAOXvD (ORCPT ); Sun, 15 Jan 2017 18:51:03 -0500 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:58432 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175AbdAOXvA (ORCPT ); Sun, 15 Jan 2017 18:51:00 -0500 To: "James E.J. Bottomley" , "Martin K. Petersen" , Michael Schmitz , Ondrej Zary Cc: , Message-Id: From: Finn Thain Subject: [PATCH 0/6] ncr5380: Miscellaneous minor patches Date: Sun, 15 Jan 2017 18:50:57 -0500 (EST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series removes some unused code and related comments, addresses the warnings generated by 'make W=1' and 'make C=1' and fixes a theoretical bug in the bus reset method in atari_scsi. There's also a patch to add a missing error check during target selection. The only target I tested was a QUANTUM DAYTONA514S disk as that's all I have access to right now. Some testing with other targets would be prudent. Michael, Ondrej, can I get you to review/test please? Finn Thain (6): ncr5380: Shorten host info string by removing unused option macros ncr5380: Clean up dead code and redundant macro usage ncr5380: Reduce #include files ncr5380: Resolve various static checker warnings ncr5380: Improve target selection robustness atari_scsi: Reset DMA during bus reset only under ST-DMA lock drivers/scsi/NCR5380.c | 64 ++++++++++------------------- drivers/scsi/NCR5380.h | 17 +------- drivers/scsi/atari_scsi.c | 36 ++-------------- drivers/scsi/g_NCR5380.c | 45 +++++++++++++++++++- drivers/scsi/g_NCR5380.h | 56 ------------------------- drivers/scsi/mac_scsi.c | 8 ++-- drivers/scsi/sun3_scsi.c | 83 +++++++++++++++++++++++++++++++++++-- drivers/scsi/sun3_scsi.h | 102 ---------------------------------------------- 8 files changed, 152 insertions(+), 259 deletions(-) delete mode 100644 drivers/scsi/g_NCR5380.h delete mode 100644 drivers/scsi/sun3_scsi.h -- 2.10.2