diff options
author | Nicholas Mc Guire <hofrat@osadl.org> | 2015-02-10 09:11:14 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2015-03-15 10:22:38 +0100 |
commit | 63d51e591931b878be7a16dacb37868a1e7ae8d1 (patch) | |
tree | 8f004a77693c477d5b157ebac54224379e052ad2 /drivers/i2c/busses/i2c-bcm2835.c | |
parent | i2c: cadence: fixup wait_for_completion_timeout return handling (diff) | |
download | linux-63d51e591931b878be7a16dacb37868a1e7ae8d1.tar.xz linux-63d51e591931b878be7a16dacb37868a1e7ae8d1.zip |
i2c: designware: fixup return handling of wait_for_completion_timeout
return type of wait_for_completion_timeout is unsigned long not int, rather
than introducing a new variable the wait_for_completion_timeout is moved
into the if condition as the return value is only used to detect timeout.
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Reviewed-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/i2c-bcm2835.c')
0 files changed, 0 insertions, 0 deletions