From: Johann Felix Soden Date: Thu, 30 Oct 2008 21:44:39 +0000 (+0100) Subject: driver core: fix using 'ret' variable in unregister_dynamic_debug_module X-Git-Tag: v2.6.28-rc9~9^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c93ca09863a544cec24fc8e33491f645df80e59;p=pandora-kernel.git driver core: fix using 'ret' variable in unregister_dynamic_debug_module The 'ret' variable is assigned, but not used in the return statement. Fix this. Signed-off-by: Johann Felix Soden Acked-by: Jason Baron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed