Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76838
b: refs/heads/master
c: 1a7d2dc
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Roland Dreier committed Jan 25, 2008
1 parent 9119f39 commit 5e3268e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5851bb893e5bb87150817c180ccddcf4e78db1b6
refs/heads/master: 1a7d2dce4169ed42310926a5675fffd0986caa26
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ehca/ehca_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ void ehca_poll_eqs(unsigned long data)
ehca_process_eq(shca, 0);
}
}
mod_timer(&poll_eqs_timer, jiffies + HZ);
mod_timer(&poll_eqs_timer, round_jiffies(jiffies + HZ));
spin_unlock(&shca_list_lock);
}

Expand Down

0 comments on commit 5e3268e

Please sign in to comment.