]> rtime.felk.cvut.cz Git - zynq/linux.git/blobdiff - sound/firewire/dice/dice-hwdep.c
vfs: do bulk POLL* -> EPOLL* replacement
[zynq/linux.git] / sound / firewire / dice / dice-hwdep.c
index 7a8af0f91c96eb4361f4a3a8db4bc9f3d1964ab0..6498bf6909ba907499cd269f198656c8952a5c5a 100644 (file)
@@ -62,7 +62,7 @@ static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file,
 
        spin_lock_irq(&dice->lock);
        if (dice->dev_lock_changed || dice->notification_bits != 0)
-               events = POLLIN | POLLRDNORM;
+               events = EPOLLIN | EPOLLRDNORM;
        else
                events = 0;
        spin_unlock_irq(&dice->lock);