From: Brian Haley Date: Sat, 5 Sep 2009 03:36:52 +0000 (-0700) Subject: netlink: silence compiler warning X-Git-Tag: v2.6.32-rc1~703^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f57195585e376d1944c32c046359640b06a669;p=pandora-kernel.git netlink: silence compiler warning CC net/netlink/genetlink.o net/netlink/genetlink.c: In function ‘genl_register_mc_group’: net/netlink/genetlink.c:139: warning: ‘err’ may be used uninitialized in this function From following the code 'err' is initialized, but set it to zero to silence the warning. Signed-off-by: Brian Haley Signed-off-by: David S. Miller --- Reading git-diff-tree failed