Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212330
b: refs/heads/master
c: 7370ed6
h: refs/heads/master
v: v3
  • Loading branch information
Yi Li authored and Mike Frysinger committed Oct 18, 2010
1 parent 56e65e4 commit 8b36667
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: 9677b0de10433d31e05864dfb4bf33d0c27f752a
refs/heads/master: 7370ed6b91c37d7022a89a820b0fcd3156fa87fc
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_bfin5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ static irqreturn_t bfin_spi_pio_irq_handler(int irq, void *dev_id)
/* Move to next transfer */
msg->state = bfin_spi_next_transfer(drv_data);

disable_irq(drv_data->spi_irq);
disable_irq_nosync(drv_data->spi_irq);

/* Schedule transfer tasklet */
tasklet_schedule(&drv_data->pump_transfers);
Expand Down

0 comments on commit 8b36667

Please sign in to comment.