commit | 75ce7191eac5972405d1752a991bc002c2957b65 | [log] [tgz] |
---|---|---|
author | Jia-Ju Bai <baijiaju1990@gmail.com> | Sun Dec 24 11:54:33 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 02 12:27:33 2018 -0500 |
tree | 600d5cf2574e1e9fd1a463855175d1e91c30c7ea | |
parent | bcecb4bbf88aa03171c30652bca761cf27755a6b [diff] |
sky2: Replace mdelay with msleep in sky2_vpd_wait sky2_vpd_wait is not called in an interrupt handler nor holding a spinlock. The function mdelay in it can be replaced with msleep, to reduce busy wait. Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>