From: Cong Wang Date: Tue, 22 Jan 2013 17:39:11 +0000 (+0000) Subject: netpoll: fix an uninitialized variable X-Git-Tag: v3.9-rc1~139^2~286 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e39363a9def53dd4086be107dc8b3ebca09f045d;p=pandora-kernel.git netpoll: fix an uninitialized variable Fengguang reported: net/core/netpoll.c: In function 'netpoll_setup': net/core/netpoll.c:1049:6: warning: 'err' may be used uninitialized in this function [-Wmaybe-uninitialized] in !CONFIG_IPV6 case, we may error out without initializing 'err'. Reported-by: Fengguang Wu Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed