]> rtime.felk.cvut.cz Git - linux-imx.git/commit
staging: comedi: vmk80xx: rename vmk80xx_attach_common()
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 6 Feb 2013 00:31:10 +0000 (17:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Feb 2013 02:07:13 +0000 (18:07 -0800)
commit66dbc7b1b00499285793143b44b979e26141204d
treefa14e27a5f5828cbd456ed11ec201fd80e08324e
parent6dcbe00df71bd0559c32ef7e838eac1458ad24d6
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 <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/vmk80xx.c