]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/scsi/ufs/ufshcd.c
block: split out request-only flags into a new namespace
[mirror_ubuntu-bionic-kernel.git] / drivers / scsi / ufs / ufshcd.c
index 05c745663c103a7ddb70d4e6845702a6c08ebd08..cf549871c1ee147296cd03d1384bf37fb3db4534 100644 (file)
@@ -5590,7 +5590,7 @@ ufshcd_send_request_sense(struct ufs_hba *hba, struct scsi_device *sdp)
 
        ret = scsi_execute_req_flags(sdp, cmd, DMA_FROM_DEVICE, buffer,
                                SCSI_SENSE_BUFFERSIZE, NULL,
-                               msecs_to_jiffies(1000), 3, NULL, REQ_PM);
+                               msecs_to_jiffies(1000), 3, NULL, 0, RQF_PM);
        if (ret)
                pr_err("%s: failed with err %d\n", __func__, ret);
 
@@ -5652,11 +5652,11 @@ static int ufshcd_set_dev_pwr_mode(struct ufs_hba *hba,
 
        /*
         * Current function would be generally called from the power management
-        * callbacks hence set the REQ_PM flag so that it doesn't resume the
+        * callbacks hence set the RQF_PM flag so that it doesn't resume the
         * already suspended childs.
         */
        ret = scsi_execute_req_flags(sdp, cmd, DMA_NONE, NULL, 0, &sshdr,
-                                    START_STOP_TIMEOUT, 0, NULL, REQ_PM);
+                                    START_STOP_TIMEOUT, 0, NULL, 0, RQF_PM);
        if (ret) {
                sdev_printk(KERN_WARNING, sdp,
                            "START_STOP failed for power mode: %d, result %x\n",