From 1e2e39effd11ca7c09cc47aff9e99d976109bbe8 Mon Sep 17 00:00:00 2001 From: H Hartley Sweeten Date: Tue, 9 Sep 2014 16:15:59 -0700 Subject: [PATCH] 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-format-patch failed