commit | 45b064d73d6a5cfcfa76012b91e2afc98e341664 | [log] [tgz] |
---|---|---|
author | Alexander Sverdlin <[email protected]> | Fri Feb 27 16:30:01 2015 +0100 |
committer | Mark Brown <[email protected]> | Fri Mar 06 19:45:17 2015 +0000 |
tree | 33be7c27f896fe3197ab3fbc1cb37d8be140e02a | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
spi: pl022: Remove incorrect TxFIFO full reporting According to PL022 specification, TNF bit states for "Transmit FIFO Not full". So the logic here is inverted. But "Receive Overrun Interrupt", which is handled here, is only triggered on Rx errors. So instead of fixing the if statement, remove the whole message. Signed-off-by: Alexander Sverdlin <[email protected]> Signed-off-by: Mark Brown <[email protected]>