]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/pps/pps.c
drm/amd/powerplay: Add notify PWE function to SMU10
[linux.git] / drivers / pps / pps.c
index 1d42385b1aa55cba7084a68e264462e5c5fe555e..8febacb8fc54df3965cf53b64d040ea705bb68cf 100644 (file)
@@ -55,7 +55,7 @@ static __poll_t pps_cdev_poll(struct file *file, poll_table *wait)
 
        poll_wait(file, &pps->queue, wait);
 
-       return POLLIN | POLLRDNORM;
+       return EPOLLIN | EPOLLRDNORM;
 }
 
 static int pps_cdev_fasync(int fd, struct file *file, int on)