summary refs log tree commit diff
path: root/drivers/vme
diff options
context:
space:
mode:
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2019-11-20 01:10:42 +0100
committerAlexei Starovoitov <ast@kernel.org>2019-11-24 16:58:44 -0800
commit5d946c5abbaf68083fa6a41824dd79e1f06286d8 (patch)
tree2f5e4665fa092b4d88216e7806aa592f11446c6d /drivers/vme
parentc392bccf2c1075b5d2cc9022d0116a516acb721d (diff)
downloadlinux-5d946c5abbaf68083fa6a41824dd79e1f06286d8.tar.gz
xsk: Fix xsk_poll()'s return type
xsk_poll() is defined as returning 'unsigned int' but the
.poll method is declared as returning '__poll_t', a bitwise type.

Fix this by using the proper return type and using the EPOLL
constants instead of the POLL ones, as required for __poll_t.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Björn Töpel <bjorn.topel@intel.com>
Link: https://lore.kernel.org/bpf/20191120001042.30830-1-luc.vanoostenryck@gmail.com
Diffstat (limited to 'drivers/vme')
0 files changed, 0 insertions, 0 deletions