From: Nicholas Mc Guire Date: Thu, 5 Feb 2015 07:58:48 +0000 (-0300) Subject: [media] media: radio: assign wait_for_completion_timeout to appropriately typed var X-Git-Tag: omap-for-v4.1/fixes-rc1~72^2~1^2~332 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daa939db21108c951765ce1089d423fd90f8a447;p=pandora-kernel.git [media] media: radio: assign wait_for_completion_timeout to appropriately typed var wait_for_completion_timeout() returns unsigned long not int. This assigns the return value to an appropriately typed variable (also helps keep static code checkers happy). Signed-off-by: Nicholas Mc Guire Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed