Skip to content
Commit 3340808c authored by Dan Carpenter's avatar Dan Carpenter Committed by Thomas Gleixner
Browse files

debugobjects: Fill_pool() returns void now



There was a return missed in 1fda107d "debugobjects: Remove unused
return value from fill_pool()".  It makes gcc complain:

	lib/debugobjects.c: In function ‘fill_pool’:
	lib/debugobjects.c:98:4: warning: ‘return’ with a value, in
		function returning void [enabled by default]

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Link: http://lkml.kernel.org/r/20120418112810.GA2669@elgon.mountain


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 765a5e0c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment