Skip to content
Snippets Groups Projects
Commit b239bd75 authored by Anton Blanchard's avatar Anton Blanchard Committed by John W. Linville
Browse files

[PATCH] rt2x00: jiffies_round -> jiffies_round_relative


When rounding a relative timeout we need to use round_jiffies_relative().

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent be84e3d6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
* Interval defines
* Both the link tuner as the rfkill will be called once per second.
*/
#define LINK_TUNE_INTERVAL ( round_jiffies(HZ) )
#define LINK_TUNE_INTERVAL ( round_jiffies_relative(HZ) )
#define RFKILL_POLL_INTERVAL ( 1000 )
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment