Skip to content

Commit

Permalink
Staging: comedi: Increased timeout for digital output dma loading
Browse files Browse the repository at this point in the history
Increased timeout for digital output dma loading, due to report of it
being too short for some hardware.

Signed-off-by: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Frank Mori Hess authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 2021937 commit ea12ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/ni_mio_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -3795,7 +3795,7 @@ static int ni_cdo_inttrig(struct comedi_device *dev, struct comedi_subdevice *s,
#endif
int retval = 0;
unsigned i;
const unsigned timeout = 100;
const unsigned timeout = 1000;

s->async->inttrig = NULL;

Expand Down

0 comments on commit ea12ac4

Please sign in to comment.