Re: [PATCH] sky2: Replace mdelay with msleep in sky2_vpd_wait
From: David Miller <davem@davemloft.net>
Date: 2018-01-02 17:30:10
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2018-01-02 17:30:10
Also in:
lkml
From: Jia-Ju Bai <redacted> Date: Sat, 30 Dec 2017 19:09:47 +0800
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 <redacted>
Applied.