Re: [PATCH 2/3 v2] hyperv: hyperv_fb.c: match wait_for_completion_timeout return type

2015-01-29 Thread Nicholas Mc Guire
On Mon, 26 Jan 2015, Tomi Valkeinen wrote: Hi, On 25/01/15 16:47, Nicholas Mc Guire wrote: Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- v2: fixed subject line The return type of wait_for_completion_timeout is unsigned long not int. This patch fixes up the declarations

Re: [PATCH 2/3 v2] hyperv: hyperv_fb.c: match wait_for_completion_timeout return type

2015-01-29 Thread Tomi Valkeinen
On 29/01/15 11:38, Nicholas Mc Guire wrote: On Mon, 26 Jan 2015, Tomi Valkeinen wrote: Hi, On 25/01/15 16:47, Nicholas Mc Guire wrote: Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- v2: fixed subject line The return type of wait_for_completion_timeout is unsigned long not int.

Re: [PATCH 2/3 v2] hyperv: hyperv_fb.c: match wait_for_completion_timeout return type

2015-01-29 Thread Nicholas Mc Guire
On Thu, 29 Jan 2015, Tomi Valkeinen wrote: On 29/01/15 11:38, Nicholas Mc Guire wrote: On Mon, 26 Jan 2015, Tomi Valkeinen wrote: Hi, On 25/01/15 16:47, Nicholas Mc Guire wrote: Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- v2: fixed subject line The return type of

Re: [PATCH 2/3 v2] hyperv: hyperv_fb.c: match wait_for_completion_timeout return type

2015-01-29 Thread Dan Carpenter
On Thu, Jan 29, 2015 at 10:38:39AM +0100, Nicholas Mc Guire wrote: On Mon, 26 Jan 2015, Tomi Valkeinen wrote: Hi, On 25/01/15 16:47, Nicholas Mc Guire wrote: Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- v2: fixed subject line The return type of

Re: [PATCH 2/3 v2] hyperv: hyperv_fb.c: match wait_for_completion_timeout return type

2015-01-29 Thread Nicholas Mc Guire
On Thu, 29 Jan 2015, Dan Carpenter wrote: On Thu, Jan 29, 2015 at 10:38:39AM +0100, Nicholas Mc Guire wrote: On Mon, 26 Jan 2015, Tomi Valkeinen wrote: Hi, On 25/01/15 16:47, Nicholas Mc Guire wrote: Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- v2: fixed

Re: [PATCH 2/3 v2] hyperv: hyperv_fb.c: match wait_for_completion_timeout return type

2015-01-26 Thread Tomi Valkeinen
Hi, On 25/01/15 16:47, Nicholas Mc Guire wrote: Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- v2: fixed subject line 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

[PATCH 2/3 v2] hyperv: hyperv_fb.c: match wait_for_completion_timeout return type

2015-01-25 Thread Nicholas Mc Guire
Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- v2: fixed subject line 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,