-
- Downloads
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
Showing
- target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ar7240.c 2 additions, 2 deletions...files/drivers/net/ethernet/atheros/ag71xx/ag71xx_ar7240.c
- target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c 4 additions, 4 deletions...x/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c
Loading
Please register or sign in to comment