Re: [PATCH 1/5] spi: match var type to return type of wait_for_completion

2015-02-04 Thread Mark Brown
On Mon, Feb 02, 2015 at 03:30:32AM -0500, Nicholas Mc Guire wrote: > From: Nicholas Mc Guire > > return type of wait_for_completion_timeout is unsigned long not int, this > patch changes the type of m from int to unsigned long. applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 1/5] spi: match var type to return type of wait_for_completion

2015-02-04 Thread Mark Brown
On Mon, Feb 02, 2015 at 03:30:32AM -0500, 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 changes the type of m from int to unsigned long. applied, thanks. signature.asc Description: Digital

[PATCH 1/5] spi: match var type to return type of wait_for_completion

2015-02-02 Thread Nicholas Mc Guire
From: Nicholas Mc Guire return type of wait_for_completion_timeout is unsigned long not int, this patch changes the type of m from int to unsigned long. Signed-off-by: Nicholas Mc Guire --- The return type of wait_for_completion_timeout is unsigned long not int. This patch resolves the type

[PATCH 1/5] spi: match var type to return type of wait_for_completion

2015-02-02 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 changes the type of m from int to unsigned long. Signed-off-by: Nicholas Mc Guire der.h...@hofr.at --- The return type of wait_for_completion_timeout is unsigned long not