Re: [PATCH] device: Change dev_level logging functions to return void

2015-01-17 Thread Greg Kroah-Hartman
On Sat, Jan 17, 2015 at 04:56:20PM -0800, Joe Perches wrote: On Thu, 2014-12-25 at 15:07 -0800, Joe Perches wrote: No caller or macro uses the return value so make all the functions return void. Ping? It's in my queue, just starting to dig out from under it, give me a few more days

Re: [PATCH] device: Change dev_level logging functions to return void

2015-01-17 Thread Joe Perches
On Thu, 2014-12-25 at 15:07 -0800, Joe Perches wrote: No caller or macro uses the return value so make all the functions return void. Ping? Compiled x86 allyesconfig and defconfig w/o CONFIG_PRINTK Signed-off-by: Joe Perches j...@perches.com --- This change is associated to a desire to

[PATCH] device: Change dev_level logging functions to return void

2014-12-25 Thread Joe Perches
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 j...@perches.com --- This change is associated to a desire to eventually change printk to return void. drivers/base/core.c|