device: Change dev_<level> logging functions to return void
authorJoe Perches <joe@perches.com>
Thu, 25 Dec 2014 23:07:04 +0000 (15:07 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Jan 2015 23:57:59 +0000 (15:57 -0800)
commitd1f1052c520452494db548b1a701cd9020b5903e
tree258d14def96b7c45bb7f2e2572622b4cffe0b688
parenta2a15d54ab2d5c816deea306ae8e9101c40fe300
device: Change dev_<level> logging functions to return void

No caller or macro uses the return value so make all
the functions return void.

Compiled x86 allyesconfig and defconfig w/o CONFIG_PRINTK

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c
include/linux/device.h