Commits
Can Guo committed d481d7da76e
FROMLIST: scsi: ufs: Do not rely on prefetched data We were setting bActiveICCLevel attribute for UFS device only once but type of this attribute has changed from persistent to volatile since UFS device specification v2.1. This attribute is set to the default value after power cycle or hardware reset event. It isn't safe to rely on prefetched data (only used for bActiveICCLevel attribute now). Hence this change removes the code related to data prefetching and set this parameter on every attempt to probe the UFS device. Bug: 143632303 Change-Id: I3af6861e07dcfdf70112133de9e002e567982b6c Link: https://lore.kernel.org/patchwork/patch/1147024/ Signed-off-by: Can Guo <cang@codeaurora.org> Signed-off-by: Asutosh Das <asutoshd@codeaurora.org>