dynamic_debug: change __dynamic_<foo>_dbg return types to void
authorJoe Perches <joe@perches.com>
Wed, 24 Sep 2014 18:17:56 +0000 (11:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Oct 2014 21:55:48 +0000 (14:55 -0700)
The return value is not used by callers of these functions
so change the functions to return void.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Jason Baron <jbaron@akamai.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found