From: H Hartley Sweeten Date: Mon, 10 Feb 2014 18:49:39 +0000 (-0700) Subject: staging: comedi: daqboard2000: use comedi_timeout() X-Git-Tag: v3.15-rc1~139^2~1068 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=304d2e4cc018cf90811821e8ff3e6d6242d0ece5;p=pandora-kernel.git staging: comedi: daqboard2000: use comedi_timeout() Use comedi_timeout() to wait for the analog input pipe full, scanning, amd end-of-conversion status. The status to check it passed as the 'context' to comedi_timeout(). Use comedi_timeout() to wait for the analog output end-of-conversion. This also fixes a possible bug where invalid data is returned for the analog input read if the conversion did not complete, The analog output has a similar possible bug where the cached readback value is incorrect if the conversion times out. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed