net/tap: fix icc build
authorZhiyong Yang <zhiyong.yang@intel.com>
Thu, 1 Feb 2018 04:43:00 +0000 (12:43 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 1 Feb 2018 09:31:18 +0000 (10:31 +0100)
commitd98fac4dae3634fedbb6f3d568e71a30ded81dd9
tree1ec4d61d700b7a33f920e01c4437a48c3282904c
parent78f1468e21ec2deabc8bf849e9b27ee026b1fc5d
net/tap: fix icc build

The following error is reported when compiling 18.02-rc2 using ICC,
"transfer of control bypasses initialization of".
The patch fixes the issue.

Fixes: 1911c5edc6cd ("net/tap: fix eBPF RSS map key handling")

Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
drivers/net/tap/tap_flow.c