From: H Hartley Sweeten Date: Tue, 20 Jan 2015 21:53:23 +0000 (-0700) Subject: staging: comedi: adv_pci1710: do comedi_handle_events() in common code patch X-Git-Tag: fixes-v4.0-rc1~99^2~207 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d61b786ab0950ccf451336bcbc5fb159025e77c8;p=pandora-kernel.git staging: comedi: adv_pci1710: do comedi_handle_events() in common code patch The pci1710_handle_every_sample() and pci1710_handle_fifo() helpers, called by the interrupt handler, both have multiple comedi_handle_events() calls. Remove these and just do a single comedi_handle_events() at the end of the interrupt handler. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed