]> git.ipfire.org Git - people/ms/linux.git/blobdiff - drivers/scsi/ufs/ufshcd.c
Merge branch 'fixes' into misc
[people/ms/linux.git] / drivers / scsi / ufs / ufshcd.c
index facee2b97926337f5b6d4abd1f256f4979c6d525..c5b1bf1cadcb043390b3e8c6657f38692bea0774 100644 (file)
@@ -4331,6 +4331,8 @@ static int ufshcd_slave_alloc(struct scsi_device *sdev)
        /* REPORT SUPPORTED OPERATION CODES is not supported */
        sdev->no_report_opcodes = 1;
 
+       /* WRITE_SAME command is not supported */
+       sdev->no_write_same = 1;
 
        ufshcd_set_queue_depth(sdev);