Revert "ANDROID: scsi: ufs: Enable zoned write pipelining"

Prepare for applying the FROMLIST version of this patch.

This reverts commit d701aaaeb4.

Bug: 234829282
Change-Id: I7f267cf661807c7c8c96ea05966d77b338d62de2
Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
Bart Van Assche
2023-08-04 09:51:46 -07:00
parent e08f97fe80
commit 2e83e40f6a

View File

@@ -5145,7 +5145,6 @@ static int ufshcd_slave_configure(struct scsi_device *sdev)
ufshcd_hpb_configure(hba, sdev);
blk_queue_flag_set(QUEUE_FLAG_PIPELINE_ZONED_WRITES, q);
blk_queue_update_dma_pad(q, PRDT_DATA_BYTE_COUNT_PAD - 1);
if (hba->quirks & UFSHCD_QUIRK_4KB_DMA_ALIGNMENT)
blk_queue_update_dma_alignment(q, 4096 - 1);