Re: [PATCH net-next] r8152: use usleep_range

2014-09-09 Thread David Miller
From: Hayes Wang Date: Tue, 9 Sep 2014 11:40:28 +0800 > Replace mdelay with usleep_range to avoid busy loop. > > Signed-off-by: Hayes Wang Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH net-next] r8152: use usleep_range

2014-09-09 Thread David Miller
From: Hayes Wang hayesw...@realtek.com Date: Tue, 9 Sep 2014 11:40:28 +0800 Replace mdelay with usleep_range to avoid busy loop. Signed-off-by: Hayes Wang hayesw...@realtek.com Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH net-next] r8152: use usleep_range

2014-09-08 Thread Hayes Wang
Replace mdelay with usleep_range to avoid busy loop. Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c index f95e678..2130c75 100644 ---

[PATCH net-next] r8152: use usleep_range

2014-09-08 Thread Hayes Wang
Replace mdelay with usleep_range to avoid busy loop. Signed-off-by: Hayes Wang hayesw...@realtek.com --- drivers/net/usb/r8152.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c index f95e678..2130c75