staging: comedi: comedi_test: remove unnecessary del_timer() call
authorIan Abbott <abbotti@mev.co.uk>
Fri, 4 Jan 2013 11:33:22 +0000 (11:33 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 22:37:12 +0000 (14:37 -0800)
commit594dc67c239afd2f33b40c826bba887b38adf270
tree2d3890f00f0d984c537f32e4a3c84e85d5ec22d8
parent0653bed67922d757a750adcb16edf8f56e4abcde
staging: comedi: comedi_test: remove unnecessary del_timer() call

In the "comedi_test" module, the timer function
`waveform_ai_interrupt()` doesn't need to remove the timer from the
timer queue as the caller has already removed it from the queue.  Remove
the call to `del_timer()` in this function.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/comedi_test.c
This page took 0.025617 seconds and 5 git commands to generate.