Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142293
b: refs/heads/master
c: bfc4925
h: refs/heads/master
i:
  142291: 10ff264
v: v3
  • Loading branch information
Mike Frysinger authored and David Woodhouse committed Mar 20, 2009
1 parent 7969412 commit c53dccf
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: 8d30cab06920f9efb7e089f2c69e451b2a637d8a
refs/heads/master: bfc492571e7ad1eb4b9fe3ac8ab0a7cdaecf8eca
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/bf5xx_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ static int bf5xx_nand_dma_init(struct bf5xx_nand_info *info)
SSYNC();
#endif

set_dma_callback(CH_NFC, (void *) bf5xx_nand_dma_irq, (void *) info);
set_dma_callback(CH_NFC, bf5xx_nand_dma_irq, info);

/* Turn off the DMA channel first */
disable_dma(CH_NFC);
Expand Down

0 comments on commit c53dccf

Please sign in to comment.