RE: [PATCH 7/7] scsi: ufs-qcom: Delay specific time before gate ref clk

From: Avri Altman
Date: Sun Feb 09 2020 - 02:50:45 EST


> + gating_wait += 10;
> + usleep_range(gating_wait, gating_wait + 10);
You didn't addressed Bjorn's comment concerning setting larger upper bound.

Thanks,
Avri