Re: [PATCH] can: janz-ican3: fix type missmatch in assignment

2015-02-02 Thread Marc Kleine-Budde
On 02/01/2015 09:34 AM, Nicholas Mc Guire wrote: > From: Nicholas Mc Guire > > return type of wait_for_completion_timeout is unsigned long not int, this > patch removes the type missmatch by moving the call into the condition. > > Signed-off-by: Nicholas Mc Guire Thanks, applied to can-next.

Re: [PATCH] can: janz-ican3: fix type missmatch in assignment

2015-02-02 Thread Marc Kleine-Budde
On 02/01/2015 09:34 AM, Nicholas Mc Guire wrote: From: Nicholas Mc Guire der.h...@hofr.at return type of wait_for_completion_timeout is unsigned long not int, this patch removes the type missmatch by moving the call into the condition. Signed-off-by: Nicholas Mc Guire der.h...@hofr.at

[PATCH] can: janz-ican3: fix type missmatch in assignment

2015-02-01 Thread Nicholas Mc Guire
From: Nicholas Mc Guire return type of wait_for_completion_timeout is unsigned long not int, this patch removes the type missmatch by moving the call into the condition. Signed-off-by: Nicholas Mc Guire --- The return type of wait_for_completion_timeout is unsigned long not int. This patch

[PATCH] can: janz-ican3: fix type missmatch in assignment

2015-02-01 Thread Nicholas Mc Guire
From: Nicholas Mc Guire der.h...@hofr.at return type of wait_for_completion_timeout is unsigned long not int, this patch removes the type missmatch by moving the call into the condition. Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- The return type of wait_for_completion_timeout is