Re: [PATCH] virt: acrn: Use EPOLLIN instead of POLLIN

2021-03-10 Thread Shuo A Liu
On Wed 10.Mar'21 at 15:49:01 +0800, Yejune Deng wrote: This fixes the following sparse warning: "sparse warnings: (new ones prefixed by >>)" drivers/virt/acrn/irqfd.c:163:13: sparse: sparse: restricted __poll_t degrades to integer Fixes: 803c1aadecdb("virt: acrn: Use vfs_poll() instead of f_op

[PATCH] virt: acrn: Use EPOLLIN instead of POLLIN

2021-03-09 Thread Yejune Deng
This fixes the following sparse warning: "sparse warnings: (new ones prefixed by >>)" >> drivers/virt/acrn/irqfd.c:163:13: sparse: sparse: restricted __poll_t degrades to integer Fixes: 803c1aadecdb("virt: acrn: Use vfs_poll() instead of f_op->poll()") Reported-by: kernel test robot Signed-off-b