From: Alexander Sverdlin Date: Fri, 27 Feb 2015 15:30:01 +0000 (+0100) Subject: spi: pl022: Remove incorrect TxFIFO full reporting X-Git-Tag: omap-for-v4.1/fixes-rc1~176^2~2^4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45b064d73d6a5cfcfa76012b91e2afc98e341664;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed