]> git.baikalelectronics.ru Git - kernel.git/commit
IB/ipath: Use pci_dev->revision, again
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Tue, 10 May 2011 05:07:31 +0000 (22:07 -0700)
committerRoland Dreier <roland@purestorage.com>
Tue, 10 May 2011 05:07:31 +0000 (22:07 -0700)
commit1a40a38c4a90b43b52e9a354ce178a44403d884e
tree3740ca28203029eb173bc65ba67859183255241d
parentc2f42574c854fd66a651400b2b2509ce291c4d46
IB/ipath: Use pci_dev->revision, again

Commit 35aa09d9f1fc ("PCI: Change all drivers to use pci_device->revision")
already converted this driver to using the revision field of struct
pci_dev but commit d09de2868076 ("IB/ipath: Misc changes to prepare
for IB7220 introduction") later reverted that change for some strange
reason.  Restore the change.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Acked-by: Mike Marciniszyn <mike.marciniszyn@qlogic.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/hw/ipath/ipath_driver.c