From: H Hartley Sweeten Date: Wed, 19 Dec 2012 22:38:53 +0000 (-0700) Subject: staging: comedi: comedi_fops: rename comedi_{read,write}_subdevice() X-Git-Tag: v3.9-rc1~127^2~531 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d8a25674f8358e09daf4f1ed4e7dd93416f7b5b;p=pandora-kernel.git staging: comedi: comedi_fops: rename comedi_{read,write}_subdevice() The 'get' usually implies increasing a reference count of an object. These function return a pointer but do not do any reference counting. For aesthetic reasons, rename the functions to better represent what they do. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed