commit | f84b6bdcabc49ce0541687a8d875b648e26af560 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Fri Aug 21 20:02:31 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Oct 04 17:33:48 2015 +0100 |
tree | 045cf7588ba5ada9a9ca3eee5b2af751df83f335 | |
parent | b933bd3200196d247184b26f10472f08b0036d0f [diff] |
serial: sh-sci: Improve readability of sampling rate configuration Reorder sampling_rate assignment for consistency in all cases of the switch statement. Avoid using the ternary conditional operator to make it more clear that the value is overridden by platform data. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>