commit | 6b3f236a998550dba91a46a22feb1cc02f39fb06 | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | Thu Sep 26 13:51:29 2019 +0300 |
committer | Mark Brown <broonie@kernel.org> | Tue Oct 15 11:41:04 2019 +0100 |
tree | c3bc0b27325890de6fb5736563ff7ec3f17c63d2 | |
parent | 97f41c68b83ea5216dbf3ac51fd86b0fbd399a97 [diff] |
spi: move `cs_change_delay` backwards compat logic outside switch The `cs_change_delay` backwards compatibility value could be moved outside of the switch statement. The only reason to do it, is to make the next patches easier to diff. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Link: https://lore.kernel.org/r/20190926105147.7839-2-alexandru.ardelean@analog.com Signed-off-by: Mark Brown <broonie@kernel.org>