From: Sergei Shtylyov Date: Wed, 14 Apr 2010 05:52:59 +0000 (+0000) Subject: pdc202xx_old: ignore "FIFO empty" bit in test_irq() method X-Git-Tag: v2.6.35-rc1~409^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f693be4d8a00431b53a59d74aefdb3f7ae92f662;p=pandora-kernel.git pdc202xx_old: ignore "FIFO empty" bit in test_irq() method The driver takes into account not only the interrupt status bit but also "FIFO empty" bit in its test_irq() method. This actually is a superfluous check since for the DMA commands calling the dma_test_irq() method further in the interrupt handler makes sure FIFO is emptied. Signed-off-by: Sergei Shtylyov Signed-off-by: David S. Miller --- Reading git-diff-tree failed