net/enic: fix UDP port in flow director
authorJohn Daley <johndale@cisco.com>
Tue, 18 Oct 2016 05:17:08 +0000 (22:17 -0700)
committerBruce Richardson <bruce.richardson@intel.com>
Wed, 26 Oct 2016 17:38:18 +0000 (19:38 +0200)
commit7832fe9819ef72fa7b6883dd4b0dad758fc8a430
tree5089ce13ba278e9d89c050ffe618a46afd6b016c
parentce16fd705cdab72ee17b9f345eec1c88c6da06f6
net/enic: fix UDP port in flow director

This fixes issue found by Coverity where a typo caused the flow director
UDP IPv4 source port mask to be assigned the destination port mask
supplied by the caller.

Coverity issue: 137860
Fixes: dfbd6a9cb504 ("net/enic: extend flow director support for 1300 series")

Signed-off-by: John Daley <johndale@cisco.com>
drivers/net/enic/enic_clsf.c