Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212334
b: refs/heads/master
c: a75bd65
h: refs/heads/master
v: v3
  • Loading branch information
Barry Song authored and Mike Frysinger committed Oct 18, 2010
1 parent d801bf4 commit 059edae
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: 5e8592dca303fb429d1641c205fe509f4b781ca2
refs/heads/master: a75bd65b2189d711938d0fa7d9a79df47ddd66fa
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_bfin5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ static irqreturn_t bfin_spi_dma_irq_handler(int irq, void *dev_id)
dev_dbg(&drv_data->pdev->dev,
"disable dma channel irq%d\n",
drv_data->dma_channel);
dma_disable_irq(drv_data->dma_channel);
dma_disable_irq_nosync(drv_data->dma_channel);

return IRQ_HANDLED;
}
Expand Down

0 comments on commit 059edae

Please sign in to comment.