]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
driver core: fix using 'ret' variable in unregister_dynamic_debug_module
authorJohann Felix Soden <johfel@users.sourceforge.net>
Thu, 30 Oct 2008 21:44:39 +0000 (22:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 17 Dec 2008 19:23:06 +0000 (11:23 -0800)
The 'ret' variable is assigned, but not used in the return statement. Fix this.

Signed-off-by: Johann Felix Soden <johfel@users.sourceforge.net>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found