xdp: move the if dev statements to the first
authorYajun Deng <yajun.deng@linux.dev>
Fri, 17 Dec 2021 09:25:45 +0000 (17:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Dec 2021 12:35:49 +0000 (12:35 +0000)
commitf85b244ee395c774a0039c176f46fc0d3747a0ae
tree556a42c4754b29b988b23b9823a10a86d2b47ef5
parent23044d77d6062ad1a5e26466931a7b75deaddbd7
xdp: move the if dev statements to the first

The xdp_rxq_info_unreg() called by xdp_rxq_info_reg() is meaningless when
dev is NULL, so move the if dev statements to the first.

Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/xdp.c