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)
commitec03d6777a9e2b76917ef6d3fc8a01e174bcb9b1
tree3740ca28203029eb173bc65ba67859183255241d
parent9f5754e34bf964a41e821b2e0b358bc7c314ca4e
IB/ipath: Use pci_dev->revision, again

Commit 44c10138fd4b ("PCI: Change all drivers to use pci_device->revision")
already converted this driver to using the revision field of struct
pci_dev but commit bb9171448deb ("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