From: Ian Abbott Date: Thu, 30 Oct 2014 12:42:27 +0000 (+0000) Subject: staging: comedi: me4000: don't clobber command flags X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~475 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8986d37ace6aed435c29084756923bdbb5148624;p=pandora-kernel.git staging: comedi: me4000: don't clobber command flags The low-level Comedi drivers shouldn't change the `flags` member of `struct comedi_cmd` as the Comedi core also uses some of those flags. They should just ignore the flags they don't understand. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed