From: Ian Abbott Date: Fri, 27 Mar 2015 15:13:00 +0000 (+0000) Subject: staging: comedi: comedi_fops: rename comedi_set_subdevice_runflags() X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc64ea4239c354d30f88130ecf5aa81a506b57e3;p=pandora-kernel.git staging: comedi: comedi_fops: rename comedi_set_subdevice_runflags() `comedi_set_subdevice_runflags()` changes the comedi subdevice's `runflags` member according to a bit-mask and new bit values. It's name might suggest that it only "sets", not "clears". Rename it to `comedi_update_subdevice_runflags()` to avoid confusion. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed