commit | 19f0ad0942d560d33afedc66a27fe7d6e67373dc | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <der.herr@hofr.at> | Mon Feb 02 03:30:34 2015 -0500 |
committer | Mark Brown <broonie@kernel.org> | Wed Feb 04 20:52:53 2015 +0000 |
tree | 1e9f74329b0c423e12ff6dadac25ce01c2390252 | |
parent | 65d5665bb260b034122061df789497c2d08da6d2 [diff] |
spi: sh-msiof: 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 <der.herr@hofr.at> Signed-off-by: Mark Brown <broonie@kernel.org>