hyperv: hyperv_fb: match wait_for_completion_timeout return type
authorNicholas Mc Guire <der.herr@hofr.at>
Thu, 29 Jan 2015 10:24:16 +0000 (11:24 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 10 Mar 2015 12:37:46 +0000 (14:37 +0200)
The return type of wait_for_completion_timeout is unsigned long not
int. This patch fixes up the declarations only.

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

No differences found