commit | 12fb61a973935c63f2580b3b053017cc14b51f42 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <olteanv@gmail.com> | Fri Aug 23 00:15:10 2019 +0300 |
committer | Mark Brown <broonie@kernel.org> | Fri Aug 23 12:00:59 2019 +0100 |
tree | 4c2a72deed4fe599dc63b58cd0035cd86a82de2f | |
parent | 795227660d05e109b57896e2df1de0f012c64662 [diff] |
spi: spi-fsl-dspi: Reduce indentation level in dspi_interrupt If the entire function depends on the SPI status register having the interrupt bits asserted, then just check it and exit early if those bits aren't set (such as in the case of the shared IRQ being triggered for the other peripheral). Cosmetic patch. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Link: https://lore.kernel.org/r/20190822211514.19288-2-olteanv@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>