]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit145a1d26730a930105ecbdd891bda67aa5bc0189
tree77c67d28315ae374ad987d8e4aef3f413d06470f
parent707925b4a8d461ab4aae942d574e80dd7e51158c
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