[PATCH 5/8] spi: stm32: use normal conditional statements instead of ternary operator

2017-06-23 Thread Amelie Delaunay
This patch replace ternary operator use by normal condition statements to ease code reading. It also removes redundant !!. Signed-off-by: Amelie Delaunay --- drivers/spi/spi-stm32.c | 44 ++-- 1 file changed, 30 insertions(+), 14

[PATCH 5/8] spi: stm32: use normal conditional statements instead of ternary operator

2017-06-23 Thread Amelie Delaunay
This patch replace ternary operator use by normal condition statements to ease code reading. It also removes redundant !!. Signed-off-by: Amelie Delaunay --- drivers/spi/spi-stm32.c | 44 ++-- 1 file changed, 30 insertions(+), 14 deletions(-) diff --git