From: Ian Abbott Date: Fri, 4 Jan 2013 11:33:22 +0000 (+0000) Subject: staging: comedi: comedi_test: remove unnecessary del_timer() call X-Git-Tag: v3.9-rc1~127^2~510 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=594dc67c239afd2f33b40c826bba887b38adf270;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed