From: H Hartley Sweeten Date: Tue, 9 Sep 2014 23:15:59 +0000 (-0700) Subject: staging: comedi: pcmuio: return void from pcmuio_start_intr() X-Git-Tag: fixes-for-v3.18-merge-window~15^2~490 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2e39effd11ca7c09cc47aff9e99d976109bbe8;p=pandora-kernel.git staging: comedi: pcmuio: return void from pcmuio_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