commit | 12fb61a973935c63f2580b3b053017cc14b51f42 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <[email protected]> | Fri Aug 23 00:15:10 2019 +0300 |
committer | Mark Brown <[email protected]> | 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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>