comedi_test: Remove unnecessary assignment of 'go' when checking data
authorIan Abbott <abbotti@mev.co.uk>
Mon, 27 Jun 2011 12:08:08 +0000 (13:08 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 27 Jun 2011 12:08:08 +0000 (13:08 +0100)
commit23e8eb609e5d07b1f16dc881b1a3400bc1e9e7c7
tree4c250cf3b892a2b00b40931534c57fbed6c51142
parent261d3e102945bf1389360bf5fb19142c9453f491
comedi_test: Remove unnecessary assignment of 'go' when checking data

The 'go' variable is only used by the 'while' loop that reads the data.
We don't need to set it in the 'for' loop that checks the data
afterwards.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
testing/mmap.c