commit | 128ebb89c50e5452704de82d78845baeb3333c24 | [log] [tgz] |
---|---|---|
author | Amelie Delaunay <amelie.delaunay@st.com> | Tue Jun 27 17:45:17 2017 +0200 |
committer | Mark Brown <broonie@kernel.org> | Wed Jun 28 20:00:53 2017 +0100 |
tree | 2a4d110a925eb697a8849bdcdc27a6df4061aed4 | |
parent | 042c1c60df7b85488de28574e7917b7977be3b00 [diff] |
spi: stm32: use normal conditional statements instead of ternary operator This patch replace ternary operator use by normal condition statements to ease code reading. It also removes redundant !!. Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>