diff options
author | Christos Gkekas <chris.gekas@gmail.com> | 2017-09-10 14:55:29 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-13 09:42:27 -0700 |
commit | 8b5d729a3a8a07fe273af266e90bc52114dd69a6 (patch) | |
tree | 8d96a48c3f97e086053600502eff5503cb3a80f3 /include | |
parent | ecb478bf866b8450c724958815e8d46b97c1b113 (diff) |
spi: stm32: Fix logical error in stm32_spi_prepare_mbr()
stm32_spi_prepare_mbr() is returning an error value when div is less
than SPI_MBR_DIV_MIN *and* greater than SPI_MBR_DIV_MAX, which always
evaluates to false. This should change to use *or*.
Signed-off-by: Christos Gkekas <chris.gekas@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions