From: Xiang Chen chenxiang66@hisilicon.com
There are some small fixes related to scsi and libsas: - Use void for sas_discover_event() return code; - Remove duplicated setting fro task->task_state_flags; - Remove unused parameter for function sas_ata_eh(); - Use spin_{lock, unlock} instead of spin_{lock, unlock}_irq or spin_lock_irqsave/spin_unlock_irqrestore for asd_sas_port->dev_list_lock and sas_ha->phy_port_lock; - Remove unused member cmd_pool for structure scsi_host_template;
Change Log: v1 -> v2: - Fix some spelling issues; - Remove patch 7 of v1;
Xiang Chen (6): {topost} scsi: libsas: Use void for sas_discover_event() return code {topost} scsi: libsas: Remove duplicated setting for task->task_state_flags {topost} scsi: libsas: Remove unused parameter for function sas_ata_eh() {topost} scsi: libsas: Use spin_{lock, unlock}() for asd_sas_port->dev_list_lock {topost} scsi: libsas: Use spin_{lock, unlock}() for sas_ha->phy_port_lock {topost} scsi: Remove unused member cmd_pool for structure scsi_host_template
drivers/scsi/libsas/sas_ata.c | 8 +++----- drivers/scsi/libsas/sas_discover.c | 26 ++++++++++++-------------- drivers/scsi/libsas/sas_expander.c | 12 ++++++------ drivers/scsi/libsas/sas_port.c | 12 +++++------- drivers/scsi/libsas/sas_scsi_host.c | 12 +++++------- include/scsi/libsas.h | 2 +- include/scsi/sas_ata.h | 6 ++---- include/scsi/scsi_host.h | 3 --- 8 files changed, 34 insertions(+), 47 deletions(-)