commit | abbd0ef1f2542621e0f94a7273b7f7e458a38497 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Sun Aug 18 21:01:07 2019 +0300 |
committer | Mark Brown <broonie@kernel.org> | Tue Aug 20 14:05:18 2019 +0100 |
tree | 78fc5178ed39454d6e111d39356f73b00b762714 | |
parent | 06d5dd29976fb49f3236b1e66142680619ea259d [diff] |
spi: spi-fsl-dspi: Reduce indentation in dspi_release_dma() There is no point in surrounding an entire function block in an if condition. Rather, exit early if the condition is false. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Link: https://lore.kernel.org/r/20190818180115.31114-7-olteanv@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>