• Eric Dumazet's avatar
    igmp: fix new sparse errors · c70eba74
    Eric Dumazet authored
    Fix following sparse errors :
    
    net/ipv4/igmp.c:1222:25: warning: cast from restricted __be32
    net/ipv4/igmp.c:1234:31: warning: incorrect type in assignment (different address spaces)
    net/ipv4/igmp.c:1234:31:    expected struct ip_mc_list [noderef] <asn:4>*next_hash
    net/ipv4/igmp.c:1234:31:    got struct ip_mc_list *<noident>
    net/ipv4/igmp.c:1250:31: warning: incorrect type in assignment (different address spaces)
    net/ipv4/igmp.c:1250:31:    expected struct ip_mc_list [noderef] <asn:4>*next_hash
    net/ipv4/igmp.c:1250:31:    got struct ip_mc_list *<noident>
    net/ipv4/igmp.c:2380:37: warning: cast from restricted __be32
    
    These were added by commit e9897071
    ("igmp: hash a hash table to speedup ip_check_mc_rcu()")
    Reported-by: default avatarkbuild test robot <fengguang.wu@intel.com>
    Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    c70eba74
igmp.c 64.2 KB