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)
commit906d201530f2c52aeb4eee31895c71cdccf1e9a0
tree77c67d28315ae374ad987d8e4aef3f413d06470f
parent33ead538f642a33b1d658782a5d14a40b5014d1f
dynamic_debug: change __dynamic_<foo>_dbg return types to void

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>
include/linux/dynamic_debug.h
lib/dynamic_debug.c