]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commit7dea97e0379dbb2983a9f009c7cdaeb6bbe4c98e
treefa41a66de217928d09cca6677628a8b437093f6f
parent17713ce09d95fa79a1bf8f8604ecea9c6e1924aa
hyperv: hyperv_fb: match wait_for_completion_timeout return type

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>
drivers/video/fbdev/hyperv_fb.c