From: H Hartley Sweeten Date: Tue, 9 Sep 2014 23:15:37 +0000 (-0700) Subject: staging: comedi: amplc_dio200_common: return void from dio200_start_intr() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~510 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=157a340d1ff490c346e6ea02eaa21510432ac092;p=pandora-kernel.git staging: comedi: amplc_dio200_common: return void from dio200_start_intr() This function always returns '0' so the comedi_event() is never done by the callers. Change the return type to void and remove the comedi_event() dead code. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed