diff options
author | Nicholas Mc Guire <hofrat@osadl.org> | 2015-02-05 16:03:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-05 19:04:03 +0100 |
commit | 060556a9bd7ac8d819c7321a3e7f73bfa1276f1d (patch) | |
tree | c41d6725e8eb9ad018ef039e13e7e911e06c477d /drivers/spi/spidev.c | |
parent | Linux 3.19-rc1 (diff) | |
download | linux-060556a9bd7ac8d819c7321a3e7f73bfa1276f1d.tar.xz linux-060556a9bd7ac8d819c7321a3e7f73bfa1276f1d.zip |
spi: ti-qspi: cleanup wait_for_completion return handling
return type of wait_for_completion_timeout is unsigned long not int, this
patch uses the return value of wait_for_completion_timeout in the condition
directly rather than assigning it to an incorrect type variable.
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spidev.c')
0 files changed, 0 insertions, 0 deletions