natsemi: Use round_jiffies() for slow timers
authorMark Brown <broonie@sirena.org.uk>
Wed, 10 Oct 2007 10:05:44 +0000 (11:05 +0100)
committerJeff Garzik <jeff@garzik.org>
Mon, 15 Oct 2007 18:20:45 +0000 (14:20 -0400)
commit0e5d5442cbe3399d789d6a75c6e3a0db37f846f5
tree5ca33d4c1f7d050a82ee5dd042a9f49f621d3ca3
parentf4921aff5b174349bc36551f142a5dbac782ea3f
natsemi: Use round_jiffies() for slow timers

Unless we have failed to fill the RX ring the timer used by the natsemi
driver is not particularly urgent and can use round_jiffies() to allow
grouping with other timers.

Signed-off-by: Mark Brown <broonie@sirena.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/natsemi.c