Re: [PATCH] i2c-designware: fixup of wait_for_completion_timeout return handling

2015-02-09 Thread Nicholas Mc Guire
On Tue, 10 Feb 2015, Jarkko Nikula wrote: > Hi > > On 02/09/2015 06:35 PM, Nicholas Mc Guire wrote: >> return type of wait_for_completion_timeout is unsigned long not int. >> An appropriate return variable is introduced and assignment fixed up. >> >> Signed-off-by: Nicholas Mc Guire >> --- >> >>

Re: [PATCH] i2c-designware: fixup of wait_for_completion_timeout return handling

2015-02-09 Thread Jarkko Nikula
Hi On 02/09/2015 06:35 PM, Nicholas Mc Guire wrote: return type of wait_for_completion_timeout is unsigned long not int. An appropriate return variable is introduced and assignment fixed up. Signed-off-by: Nicholas Mc Guire --- Patch was compile tested with x86_64_defconfig + CONFIG_X86_AMD_P

[PATCH] i2c-designware: fixup of wait_for_completion_timeout return handling

2015-02-09 Thread Nicholas Mc Guire
return type of wait_for_completion_timeout is unsigned long not int. An appropriate return variable is introduced and assignment fixed up. Signed-off-by: Nicholas Mc Guire --- Patch was compile tested with x86_64_defconfig + CONFIG_X86_AMD_PLATFORM_DEVICE=y, CONFIG_I2C_DESIGNWARE_PLATFORM=m (im