]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/wait.h
ktime: Get rid of the union
[mirror_ubuntu-zesty-kernel.git] / include / linux / wait.h
index 2408e8d5c05ccbfc50713416f0473a478fa26bc4..1421132e90861be2112fdc22d511395ab933ae50 100644 (file)
@@ -510,7 +510,7 @@ do {                                                                        \
        hrtimer_init_on_stack(&__t.timer, CLOCK_MONOTONIC,              \
                              HRTIMER_MODE_REL);                        \
        hrtimer_init_sleeper(&__t, current);                            \
-       if ((timeout).tv64 != KTIME_MAX)                                \
+       if ((timeout) != KTIME_MAX)                             \
                hrtimer_start_range_ns(&__t.timer, timeout,             \
                                       current->timer_slack_ns,         \
                                       HRTIMER_MODE_REL);               \