]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
vxlan: preserve type of dst_port parm for encap_bypass_if_local()
authorLance Richardson <lrichard@redhat.com>
Wed, 18 Jan 2017 20:24:57 +0000 (15:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Jan 2017 17:12:14 +0000 (12:12 -0500)
commit1f6cc07e170364212b6d81321f79f166089a60d9
treef95a5345da5464cbe5fe725fe382192ae11b05c4
parent22fbece133b71895ca6bb66890b2d9b1ddaa908c
vxlan: preserve type of dst_port parm for encap_bypass_if_local()

Eliminate sparse warning by maintaining type of dst_port
as __be16.

Signed-off-by: Lance Richardson <lrichard@redhat.com>
Acked-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c