|
@@ -802,7 +802,7 @@ static void ufshcd_host_memory_configure(struct ufs_hba *hba)
|
|
|
utrdlp[i].prd_table_offset =
|
|
|
cpu_to_le16((prdt_offset >> 2));
|
|
|
utrdlp[i].response_upiu_length =
|
|
|
- cpu_to_le16(ALIGNED_UPIU_SIZE);
|
|
|
+ cpu_to_le16(ALIGNED_UPIU_SIZE >> 2);
|
|
|
|
|
|
hba->lrb[i].utr_descriptor_ptr = (utrdlp + i);
|
|
|
hba->lrb[i].ucd_cmd_ptr =
|