aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorMartin K. Petersen <martin.petersen@oracle.com>2018-11-05 22:49:47 -0500
committerMartin K. Petersen <martin.petersen@oracle.com>2018-11-06 20:50:13 -0500
commitaca49ee041cbdd329c55d4dbcd6b3d4b9af240e4 (patch)
treed8137aec3dd38ed53a392ba34a634df8165534f4 /drivers/scsi
parentscsi: NCR5380: Return false instead of NULL (diff)
downloadlinux-dev-aca49ee041cbdd329c55d4dbcd6b3d4b9af240e4.tar.xz
linux-dev-aca49ee041cbdd329c55d4dbcd6b3d4b9af240e4.zip
Revert "scsi: ufs: Disable blk-mq for now"
This reverts commit d87161bea405e3260377026ca8a704a3f68bd67a. The issues that forced us to disable blk_mq for ufs have been resolved. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/ufs/ufshcd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c
index 23d7cca36ff0..27db55b0ca7f 100644
--- a/drivers/scsi/ufs/ufshcd.c
+++ b/drivers/scsi/ufs/ufshcd.c
@@ -8099,13 +8099,6 @@ int ufshcd_alloc_host(struct device *dev, struct ufs_hba **hba_handle)
err = -ENOMEM;
goto out_error;
}
-
- /*
- * Do not use blk-mq at this time because blk-mq does not support
- * runtime pm.
- */
- host->use_blk_mq = false;
-
hba = shost_priv(host);
hba->host = host;
hba->dev = dev;