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)
commit59e7999a440be5cb229cba87b3a0fb8392b094da
treed5e4ff0999b23f7f90835abc1934c5d9c0170c6e
parent4caa8d50add5cf72f6e2d5caa3ebb6aa2b9ae443
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