net: qede: fix BE vs CPU comparison
authorAlexander Lobakin <alobakin@marvell.com>
Mon, 6 Jul 2020 15:38:21 +0000 (18:38 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Jul 2020 20:18:56 +0000 (13:18 -0700)
commitfd0816628a5a60a6d3719281d5c14d3aa45eaba1
tree2cefdc21fe5215aeb3b9be1d199fbd251c775e18
parent50089be6bf61310a81e622599d13a68f2309c119
net: qede: fix BE vs CPU comparison

Flow Dissector's keys are mostly Network / Big Endian. U{16,32}_MAX are
the same in either of byteorders, but let's make sparse happy with
wrapping them into noops.

Signed-off-by: Alexander Lobakin <alobakin@marvell.com>
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qede/qede_filter.c