Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aca49ee0 authored by Martin K. Petersen's avatar Martin K. Petersen
Browse files

Revert "scsi: ufs: Disable blk-mq for now"



This reverts commit d87161be.

The issues that forced us to disable blk_mq for ufs have been resolved.

Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 96edebd6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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;