diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-02-07 03:17:31 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-02-09 02:14:40 +0100 |
commit | a4870f79c228d109c1e51df4a899394515271604 (patch) | |
tree | 6257a74245b5f33df1ff4112463e7fa652aea969 /net/dsa | |
parent | amd-xgbe: Check per channel DMA interrupt use in main ISR (diff) | |
download | linux-a4870f79c228d109c1e51df4a899394515271604.tar.xz linux-a4870f79c228d109c1e51df4a899394515271604.zip |
vxlan: Wrong type passed to %pIS
src_ip is a pointer to a union vxlan_addr, one member of which is a
struct sockaddr. Passing a pointer to src_ip is wrong; one should pass
the value of src_ip itself. Since %pIS formally expects something of
type struct sockaddr*, let's pass a pointer to the appropriate union
member, though this of course doesn't change the generated code.
Fixes: e4c7ed415387 ("vxlan: add ipv6 support")
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa')
0 files changed, 0 insertions, 0 deletions