diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2013-03-02 22:41:06 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2013-03-02 22:41:06 +0000 |
| commit | 27eae7e9ad39739ed37a68299bbc5b2b9c4e9931 (patch) | |
| tree | 142802f42c63c4a12a69f6e0883c1b86c85f7d71 /sys/ofed | |
| parent | 25e533d3e57cb6f0c2f4c2b41f188dcdce7d59b5 (diff) | |
Notes
Diffstat (limited to 'sys/ofed')
| -rw-r--r-- | sys/ofed/include/linux/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ofed/include/linux/timer.h b/sys/ofed/include/linux/timer.h index 3a32131c24ab..a497334d8e3a 100644 --- a/sys/ofed/include/linux/timer.h +++ b/sys/ofed/include/linux/timer.h @@ -66,7 +66,7 @@ do { \ #define mod_timer(timer, exp) \ do { \ - (timer)->expires = exp; \ + (timer)->expires = (exp); \ callout_reset(&(timer)->timer_callout, (exp) - jiffies, \ _timer_fn, (timer)); \ } while (0) |
