igmp: remove unnecessary in_device member zeroing
authorShawn Bohrer <sbohrer@rgmadvisors.com>
Fri, 7 Jun 2013 17:34:43 +0000 (12:34 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 12 Jun 2013 07:41:15 +0000 (00:41 -0700)
ip_mc_init_dev() is passed a freshly kzalloc'd in_device so it is
unnecessary to explicitly zero out the members.

Signed-off-by: Shawn Bohrer <sbohrer@rgmadvisors.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found