diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-05-25 18:51:34 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-26 13:40:11 +0200 |
commit | ad7449969d827965484306ad8cc56edc7e55687c (patch) | |
tree | 4f667747189a75983f11da920bcbce1253c1f164 /drivers/spi/Makefile | |
parent | Linux 4.12-rc1 (diff) | |
download | linux-ad7449969d827965484306ad8cc56edc7e55687c.tar.xz linux-ad7449969d827965484306ad8cc56edc7e55687c.zip |
spi: omap2-mcspi: remove redundant check for error status
The check to see if status is less than zero is actually redundant
as all previous places where it is -ve have already branched to the
exit paths, so it is never less than zero at the check.
Detected by CoverityScan, CID#1357119 ("Logically dead code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Makefile')
0 files changed, 0 insertions, 0 deletions