From: H Hartley Sweeten Date: Tue, 20 Jan 2015 19:06:02 +0000 (-0700) Subject: staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA events X-Git-Tag: fixes-v4.0-rc1~99^2~233 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e6cb74f5632e1ac2b4209b4d2c64fca43e2838b;p=pandora-kernel.git staging: comedi: drivers: remove inappropriate COMEDI_CB_EOA events Hardware errors should be reported with the COMEDI_CB_ERROR event. This event will cause the async command to cancel. It's not necessary to also set the COMEDI_CB_EOA event. Remove these events. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed