From: Nicholas Mc Guire Date: Sun, 15 Mar 2015 17:09:10 +0000 (-0400) Subject: dm log userspace transfer: match wait_for_completion_timeout return type X-Git-Tag: omap-for-v4.1/fixes-rc1~106^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c32a512fdf62de260ee8298436558ea50b94dfcb;p=pandora-kernel.git dm log userspace transfer: match wait_for_completion_timeout return type Return type of wait_for_completion_timeout() is unsigned long not int. An appropriately named unsigned long is added and the assignment fixed. Signed-off-by: Nicholas Mc Guire Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed