diff options
author | Prashant Bhole <[email protected]> | 2018-08-20 09:54:25 +0900 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-08-21 22:06:53 +0200 |
commit | 96c26e04581667e3cd17ed74c2fc3499afea49b8 (patch) | |
tree | 7d3c67e3e39502739fac112fd289be51b2252a80 /net/lapb/lapb_subr.c | |
parent | b93c1b5ac8643cc08bb74fa8ae21d6c63dfcb23d (diff) |
xsk: fix return value of xdp_umem_assign_dev()
s/ENOTSUPP/EOPNOTSUPP/ in function umem_assign_dev().
This function's return value is directly returned by xsk_bind().
EOPNOTSUPP is bind()'s possible return value.
Fixes: f734607e819b ("xsk: refactor xdp_umem_assign_dev()")
Signed-off-by: Prashant Bhole <[email protected]>
Acked-by: Song Liu <[email protected]>
Acked-by: Björn Töpel <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions