commit | 946d3bd7231be3b6202759ea0bea59989ae28c4a | [log] [tgz] |
---|---|---|
author | Shawn Bohrer <sbohrer@rgmadvisors.com> | Fri Jun 07 12:34:43 2013 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 12 00:41:15 2013 -0700 |
tree | e953f5f4967f3ac825ed802b6f82ed603dc38e91 | |
parent | e9897071350bd9d94a56b5b6f79c85b1a98fc7e7 [diff] |
igmp: remove unnecessary in_device member zeroing 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>