hyperv: match wait_for_completion_timeout return type
authorNicholas Mc Guire <der.herr@hofr.at>
Sun, 25 Jan 2015 14:48:23 +0000 (15:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Jan 2015 01:00:20 +0000 (17:00 -0800)
return type of wait_for_completion_timeout is unsigned long not int, this
patch just fixes up the declarations.

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hyperv/rndis_filter.c

Simple merge