OSDN Git Service

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)
commit999028cc1ccd1cd3a1c0104c6423553d3f573197
treedf17ce29e6c0296e9b0fbb4dae9aedfe27b44837
parent7390fe9c9a7ffdb0947add66efe7dedbe6b1cb6f
hyperv: match wait_for_completion_timeout return type

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