Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185762
b: refs/heads/master
c: 773d9e2
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams committed Mar 3, 2010
1 parent 6ab8233 commit 1e0d567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0fb6f739bb612bc989d295056877374b749e721b
refs/heads/master: 773d9e2d8dbf02cfaf65786cf9100eef02c9fda4
3 changes: 1 addition & 2 deletions trunk/drivers/dma/ioat/dma_v3.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,7 @@ static void ioat3_cleanup_tasklet(unsigned long data)
struct ioat2_dma_chan *ioat = (void *) data;

ioat3_cleanup(ioat);
writew(IOAT_CHANCTRL_RUN | IOAT3_CHANCTRL_COMPL_DCA_EN,
ioat->base.reg_base + IOAT_CHANCTRL_OFFSET);
writew(IOAT_CHANCTRL_RUN, ioat->base.reg_base + IOAT_CHANCTRL_OFFSET);
}

static void ioat3_restart_channel(struct ioat2_dma_chan *ioat)
Expand Down

0 comments on commit 1e0d567

Please sign in to comment.