]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
pcie: host: tegra: swap msleep with usleep_range
authorVidya Sagar <vidyas@nvidia.com>
Thu, 25 Feb 2016 06:08:17 +0000 (11:38 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Thu, 25 Feb 2016 22:57:22 +0000 (14:57 -0800)
commit32a669bd274f8313a5b7bf9d17ec140c5bc57165
tree88b6033623e4537a083a180509e4d6f233516e53
parentb23bf0d465f19cd8fd4d887a26e837a19cd7d15e
pcie: host: tegra: swap msleep with usleep_range

replace msleep(20) with usleep_range(19000, 21000)
as msleep is causing more than 65ms sometimes during LP0 exit

Bug 200163241

Change-Id: I18bb0cca9bb5a7849676c913bf9cb30961f7645e
Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
Reviewed-on: http://git-master/r/1019784
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Kerwin Wan <kerwinw@nvidia.com>
drivers/pci/host/pci-tegra.c