HID: hyperv: match wait_for_completion_timeout return type
authorNicholas Mc Guire <der.herr@hofr.at>
Sun, 25 Jan 2015 14:47:47 +0000 (15:47 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 26 Jan 2015 13:25:41 +0000 (14:25 +0100)
commit3458e4c0e5f8783ae699e1205062d1fdd2a48cca
tree1e826464c0031bccd11a5cadb25f2252ab825b26
parent86312e4b78647d9fa62cf2293c50161cc0421d30
HID: hyperv: 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.

Patch was compile tested only for x86_64_defconfig + CONFIG_X86_VSMP=y
CONFIG_HYPERV=m, CONFIG_HID_HYPERV_MOUSE=m

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-hyperv.c