]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/core/timer.c
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux.git] / sound / core / timer.c
index ee09dace8bb1eefdec0c8bcc398b0c521fc536ac..da05e314917f92ee272b3c53682492ca1b9ca04c 100644 (file)
@@ -2072,9 +2072,9 @@ static ssize_t snd_timer_user_read(struct file *file, char __user *buffer,
        return result > 0 ? result : err;
 }
 
-static unsigned int snd_timer_user_poll(struct file *file, poll_table * wait)
+static __poll_t snd_timer_user_poll(struct file *file, poll_table * wait)
 {
-        unsigned int mask;
+        __poll_t mask;
         struct snd_timer_user *tu;
 
         tu = file->private_data;