Tidy up the "jr3_pci" driver a bit and update it to use the `auto_attach()` method to auto-attach PCI devices. Remove the `attach()` method as theere is no need to support manual attachment of devices via the `COMEDI_DEVCONFIG` ioctl. 1) staging: comedi: jr3_pci: use auto_attach method 2) staging: comedi: jr3_pci: rename card variable 3) staging: comedi: jr3_pci: remove devpriv->pci_dev 4) staging: comedi: jr3_pci: remove devpriv->pci_enabled 5) staging: comedi: jr3_pci: remove noisy printk 6) staging: comedi: jr3_pci: update driver description comment 7) staging: comedi: jr3_pci: CodingStyle fixes drivers/staging/comedi/drivers/jr3_pci.c | 606 +++++++++++++------------------ 1 file changed, 244 insertions(+), 362 deletions(-) _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel