]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: force cast of IP address in options
authorstephen hemminger <stephen@networkplumber.org>
Mon, 10 Mar 2014 16:48:38 +0000 (09:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Mar 2014 20:37:14 +0000 (16:37 -0400)
commitcfda2ce093322315f993a17d524652f642dc5862
treee998ae9ed7c56bd97741f656a41cfbd897faaafb
parent4a36e2156432b56c35380a582d9508c51f15fa41
bonding: force cast of IP address in options

The option code is taking IP address and putting it into a generic
container. Force cast to silence sparse warnings.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_netlink.c