staging: comedi: jr3_pci: rename card variable
authorIan Abbott <abbotti@mev.co.uk>
Thu, 1 Nov 2012 18:34:36 +0000 (18:34 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 19:35:56 +0000 (12:35 -0700)
commit6af0cf7678de21ca4d20980debbfc852640055ae
tree78a77d5bf7ed1f1192b29db7165d8bab46fe3a38
parentb7703d7d4866424a99fc80efa070842f51b9fe66
staging: comedi: jr3_pci: rename card variable

The local variable `card` in `jr3_pci_auto_attach()` is used to point to
the PCI device `struct pci_dev`.  Rename it to `pcidev`.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/jr3_pci.c