Staging: comedi: Increased timeout for digital output dma loading
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>
This commit is contained in:
Родитель
2021937c6d
Коммит
ea12ac4fd2
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче