[PATCH 1/3] drm/msm: match wait_for_completion_timeout return type

2015-04-16 Thread Nicholas Mc Guire
On Mon, 13 Apr 2015, Thierry Reding wrote: > On Sat, Apr 11, 2015 at 03:10:36PM +0200, Nicholas Mc Guire wrote: > > return type of wait_for_completion_timeout is unsigned long not int, this > > patch assigns the return value of wait_for_completion_timeout to an > > appropriately typed and named

[PATCH 1/3] drm/msm: match wait_for_completion_timeout return type

2015-04-13 Thread Thierry Reding
On Sat, Apr 11, 2015 at 03:10:36PM +0200, Nicholas Mc Guire wrote: > return type of wait_for_completion_timeout is unsigned long not int, this > patch assigns the return value of wait_for_completion_timeout to an > appropriately typed and named variable. > > Signed-off-by: Nicholas Mc Guire >

[PATCH 1/3] drm/msm: match wait_for_completion_timeout return type

2015-04-11 Thread Nicholas Mc Guire
return type of wait_for_completion_timeout is unsigned long not int, this patch assigns the return value of wait_for_completion_timeout to an appropriately typed and named variable. Signed-off-by: Nicholas Mc Guire --- This was compile tested with qcom_defconfig + CONFIG_DRM=m (implies