From: H Hartley Sweeten Date: Wed, 6 Feb 2013 00:31:10 +0000 (-0700) Subject: staging: comedi: vmk80xx: rename vmk80xx_attach_common() X-Git-Tag: v3.9-rc1~127^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66dbc7b1b00499285793143b44b979e26141204d;p=pandora-kernel.git staging: comedi: vmk80xx: rename vmk80xx_attach_common() In comedi drivers typically *_attach_common() is used as the 'common' part of the comedi_driver attach code for drivers that support various bus types (ISA, PCI, etc.). This driver is specific to a USB device. To avoid confusion when grepping, rename this function to something more appropriate. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed