From: Ian Abbott Date: Wed, 3 Sep 2014 12:45:29 +0000 (+0100) Subject: staging: comedi: add CMDF_WAKE_EOS as synonym for TRIG_WAKE_EOS X-Git-Tag: fixes-for-v3.18-merge-window~15^2~740 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e15acd313d208651a1e8a0e9369a41b470b1893;p=pandora-kernel.git staging: comedi: add CMDF_WAKE_EOS as synonym for TRIG_WAKE_EOS `TRIG_WAKE_EOS` is one of the values that can be OR-ed into the `flags` member of `struct comedi_cmd`. It's intended action is tune the asynchronous command to interrupt at the end of every "scan". The name is a bit of a left-over from earlier times. A better name would be `CMDF_WAKE_EOS` to match various other command flags. Define `CMDF_WAKE_EOS` with the same numeric value as the old `TRIG_WAKE_EOS` and redefine `TRIG_WAKE_EOS` as a synonym of it. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed