From: Adrian Bunk Date: Thu, 15 Nov 2007 01:00:37 +0000 (-0800) Subject: kernel/taskstats.c: fix bogus nlmsg_free() X-Git-Tag: v2.6.24-rc3~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f96159840bc5f605aca5113ab2d24308d3dc2eff;p=pandora-kernel.git kernel/taskstats.c: fix bogus nlmsg_free() We'd better not nlmsg_free on a pointer containing an undefined value (and without having anything allocated). Spotted by the Coverity checker. Signed-off-by: Adrian Bunk Acked-by: Balbir Singh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed