[PATCH 14/16] hv: hv_balloon: match var type to return type of wait_for_completion

2015-02-03 Thread K. Y. Srinivasan
From: Nicholas Mc Guire return type of wait_for_completion_timeout is unsigned long not int, this patch changes the type of t from int to unsigned long. Signed-off-by: Nicholas Mc Guire Signed-off-by: K. Y. Srinivasan --- drivers/hv/hv_balloon.c |3 ++- 1 files changed, 2 insertions(+),

[PATCH 14/16] hv: hv_balloon: match var type to return type of wait_for_completion

2015-02-03 Thread K. Y. Srinivasan
From: Nicholas Mc Guire der.h...@hofr.at return type of wait_for_completion_timeout is unsigned long not int, this patch changes the type of t from int to unsigned long. Signed-off-by: Nicholas Mc Guire der.h...@hofr.at Signed-off-by: K. Y. Srinivasan k...@microsoft.com ---