]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd4b99a7240bc1b9059b52bd3b6f259e4db0f2d36
treedf17ce29e6c0296e9b0fbb4dae9aedfe27b44837
parente39ae3b8d59850a776af2538e7283b2c807a71a7
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