On Mon, Feb 02, 2015 at 03:30:35AM -0500, Nicholas Mc Guire wrote: > return type of wait_for_completion_timeout is unsigned long not int and > always returns >=0 , this patch adds a suitable return variable and > simplifies the return value checking as there is no < 0 case. Applied, thanks.