From: Nicholas Mc Guire Date: Sat, 14 Feb 2015 22:57:48 +0000 (+0100) Subject: at86rf230: assign wait_for_completion_timeout to appropriately typed var X-Git-Tag: omap-for-v4.2/o2_dc~131^2~375^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e544ef9357493422909064de35f3e289d92f1fe;p=pandora-kernel.git at86rf230: assign wait_for_completion_timeout to appropriately typed var return type of wait_for_completion_timeout is unsigned long not int. As rc is used here only for wait_for_completion_timeout the type is simply changed to unsigned long. Signed-off-by: Nicholas Mc Guire Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed