These patches are based on Linus's tree This small set of changes consist of two minor bug fixes: * Remove an unbalanced call to pqi_ctrl_unbusy in the smp handler. There is not a call to pqi_ctrl_busy. * Correct driver rmmod hang when using HBA disks with write cache enabled. During removal, SCSI SYNCHRONIZE CACHE requests are blocked with SCSI_MLQUEUE_HOST_BUSY which cause the hang. Also included is a version change. --- Don Brace (3): smartpqi: correct driver removal with HBA disks smartpqi: correct pqi_sas_smp_handler busy condition smartpqi: update version to 1.2.16-012 drivers/scsi/smartpqi/smartpqi_init.c | 4 ++-- drivers/scsi/smartpqi/smartpqi_sas_transport.c | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) -- Signature