From: Qipan Li Date: Mon, 14 Apr 2014 06:29:57 +0000 (+0800) Subject: spi: sirf: correct TXFIFO empty interrupt status bit X-Git-Tag: omap-for-v3.16/pm-signed~56^2^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818e91625aa17161cd6b39a4d08b77c984f0f485;p=pandora-kernel.git spi: sirf: correct TXFIFO empty interrupt status bit the old code uses wrong marco - SIRFSOC_SPI_FIFO_FULL is not for FIFO interrupt status, it is for FIFO status. here in the ISR, SIRFSOC_SPI_TXFIFO_EMPTY is the right bit for SPI TXFIFO interrupt status. Signed-off-by: Qipan Li Signed-off-by: Barry Song Signed-off-by: Mark Brown --- Reading git-diff-tree failed