pwm: stm32: Remove clutter from ternary operator
authorThierry Reding <thierry.reding@gmail.com>
Wed, 16 Oct 2019 10:42:40 +0000 (12:42 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 21 Oct 2019 14:50:05 +0000 (16:50 +0200)
commit8e53622594f5530b5a86094464937dda47fc6e3b
treed4a58ab4b9cff038de6ce48a1fe65551b15f2cbb
parent8dfa620e3d70d3eceff59943b29257949505dd33
pwm: stm32: Remove clutter from ternary operator

Remove usage of the ternary operator to assign values for register
fields. Instead, parameterize the register and field offset macros
and pass the index to them.

This removes clutter and improves readability.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-stm32.c
include/linux/mfd/stm32-timers.h