esp6: remove a duplicative condition
authorJunlin Yang <yangjunlin@yulong.com>
Thu, 11 Mar 2021 02:07:56 +0000 (10:07 +0800)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 12 Mar 2021 08:56:43 +0000 (09:56 +0100)
commitf076835a8bf2aa6ea48f718e4506587c815ab99f
tree0791f05d4b10513ec30f1f0a1498a6b93d187a78
parent1d9bfacd52ece918b7861e205202912231ca6166
esp6: remove a duplicative condition

Fixes coccicheck warnings:
./net/ipv6/esp6_offload.c:319:32-34:
WARNING !A || A && B is equivalent to !A || B

Signed-off-by: Junlin Yang <yangjunlin@yulong.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv6/esp6_offload.c