git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7703d7
)
staging: comedi: jr3_pci: rename card variable
author
Ian Abbott
<abbotti@mev.co.uk>
Thu, 1 Nov 2012 18:34:36 +0000
(18:34 +0000)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 1 Nov 2012 19:35:56 +0000
(12:35 -0700)
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>
No differences found