Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142553
b: refs/heads/master
c: 40a2945
h: refs/heads/master
i:
  142551: ccbc490
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Apr 7, 2009
1 parent 1e5d178 commit 1b7ddab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d24bd1d0dc850e7aa68c27ec288eb699d41a5916
refs/heads/master: 40a2945b97b4da9120653d84f1c3a58fe58be64c
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_bfin5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ static irqreturn_t dma_irq_handler(int irq, void *dev_id)
while (!(read_STAT(drv_data) & SPIF))
cpu_relax();

if (spistat & RBSY) {
if ((dmastat & DMA_ERR) && (spistat & RBSY)) {
msg->state = ERROR_STATE;
dev_err(&drv_data->pdev->dev, "dma receive: fifo/buffer overflow\n");
} else {
Expand Down

0 comments on commit 1b7ddab

Please sign in to comment.