From: Paul Moore Date: Fri, 12 Dec 2008 05:31:50 +0000 (-0800) Subject: netlabel: Compiler warning and NULL pointer dereference fix X-Git-Tag: v2.6.28-rc9~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8f2375d7584969501918651241f91eca2a6ad3;p=pandora-kernel.git netlabel: Compiler warning and NULL pointer dereference fix Fix the two compiler warnings show below. Thanks to Geert Uytterhoeven for finding and reporting the problem. net/netlabel/netlabel_unlabeled.c:567: warning: 'entry' may be used uninitialized in this function net/netlabel/netlabel_unlabeled.c:629: warning: 'entry' may be used uninitialized in this function Signed-off-by: Paul Moore Signed-off-by: David S. Miller --- Reading git-diff-tree failed