]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - ipc/mqueue.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
[mirror_ubuntu-bionic-kernel.git] / ipc / mqueue.c
index ed049ea568f45ee6026941b5d8335853c33efcd8..2e0ecfcc881dd124e3b2a2d868971fd1e6dea6f8 100644 (file)
@@ -449,8 +449,8 @@ static int wq_sleep(struct mqueue_inode_info *info, int sr,
                set_current_state(TASK_INTERRUPTIBLE);
 
                spin_unlock(&info->lock);
-               time = schedule_hrtimeout_range_clock(timeout,
-                   HRTIMER_MODE_ABS, 0, CLOCK_REALTIME);
+               time = schedule_hrtimeout_range_clock(timeout, 0,
+                       HRTIMER_MODE_ABS, CLOCK_REALTIME);
 
                while (ewp->state == STATE_PENDING)
                        cpu_relax();