Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289032
b: refs/heads/master
c: 41add2e
h: refs/heads/master
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent bd91670 commit a48da6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e77e6b62e699fe23a4648ac438115c5fc952e42
refs/heads/master: 41add2e84bff0c887949698e01dab28105f11a6b
3 changes: 3 additions & 0 deletions trunk/drivers/staging/comedi/drivers/ni_pcidio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,9 @@ static int setup_mite_dma(struct comedi_device *dev, struct comedi_subdevice *s)

devpriv->di_mite_chan->dir = COMEDI_INPUT;

/* write alloc the entire buffer */
comedi_buf_write_alloc(s->async, s->async->prealloc_bufsz);

mite_prep_dma(devpriv->di_mite_chan, 32, 32);

mite_dma_arm(devpriv->di_mite_chan);
Expand Down

0 comments on commit a48da6c

Please sign in to comment.