vfs: do bulk POLL* -> EPOLL* replacement
[linux-2.6-block.git] / sound / firewire / fireface / ff-hwdep.c
index 68e273fa5d233f164763bc9ef22933f3803787c1..336c0076ec42150c9b936dd66d326e8a1430a089 100644 (file)
@@ -62,7 +62,7 @@ static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file,
 
        spin_lock_irq(&ff->lock);
        if (ff->dev_lock_changed)
-               events = POLLIN | POLLRDNORM;
+               events = EPOLLIN | EPOLLRDNORM;
        else
                events = 0;
        spin_unlock_irq(&ff->lock);