mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-04 20:47:28 +03:00
[brcm63xx] fix typo, INT_MASK is writable, INT_STATUS is not
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17229 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
309acb3dfa
commit
0087a84b19
@ -237,7 +237,7 @@ static irqreturn_t bcm63xx_spi_interrupt(int irq, void *dev_id)
|
|||||||
|
|
||||||
/* Read interupts and clear them immediately */
|
/* Read interupts and clear them immediately */
|
||||||
intr = bcm_spi_readb(bs->regs, SPI_INT_STATUS);
|
intr = bcm_spi_readb(bs->regs, SPI_INT_STATUS);
|
||||||
bcm_spi_writeb(SPI_INTR_CLEAR_ALL, bs->regs, SPI_INT_STATUS);
|
bcm_spi_writeb(SPI_INTR_CLEAR_ALL, bs->regs, SPI_INT_MASK);
|
||||||
|
|
||||||
/* A tansfer completed */
|
/* A tansfer completed */
|
||||||
if (intr & SPI_INTR_CMD_DONE) {
|
if (intr & SPI_INTR_CMD_DONE) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user