ag71xx: replace delay with sleep calls
authorJohn Crispin <john@openwrt.org>
Sun, 7 Dec 2014 16:53:09 +0000 (16:53 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 7 Dec 2014 16:53:09 +0000 (16:53 +0000)
commit71fb8d979e703e69fe481c3a549adf0e8c98b053
tree5b0edaad0d483ec9cfbb9f3a68bbffcf9e3fec09
parent178633c733a4232d053dc1861f749492313df5b5
ag71xx: replace delay with sleep calls

I don't see that we're in an atomic context so there's no need to
busy-wait. Therefore replace the delay with sleep calls.
See also Documentation/timers/timers-howto.txt. It states:
"In general, use of mdelay is discouraged and code should
be refactored to allow for the use of msleep."

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43539
target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ar7240.c
target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c