From: Cyrill Gorcunov Date: Tue, 1 Apr 2008 15:41:50 +0000 (+0400) Subject: x86: debug Store - call kfree if only we really need it X-Git-Tag: v2.6.26-rc1~1154^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=431ef7a2a486201967304fcc9cfc33e945626fed;p=pandora-kernel.git x86: debug Store - call kfree if only we really need it We should call for kfree if only we really need it. Though it's safe to call kfree with NULL pointer passed in this code we've already tested the pointer and can eliminate the call Signed-off-by: Cyrill Gorcunov Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed