Re: [PATCH 1/10] ide: use pci_dev->revision

2007-09-01 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Some places were using PCI_CLASS_REVISION instead of PCI_REVISION_ID so they were not converted by commit 44c10138fd4bbc4b6d6bff0873c24902f2a9da65. --- Quick grep over kernel tree finds out many other places using either pci_read_config_dword(dev, PCI_CLASS_RE

Re: [PATCH 1/10] ide: use pci_dev->revision

2007-08-29 Thread Bartlomiej Zolnierkiewicz
On Wednesday 29 August 2007, Kok, Auke wrote: > Bartlomiej Zolnierkiewicz wrote: > > Some places were using PCI_CLASS_REVISION instead of PCI_REVISION_ID so > > they were not converted by commit 44c10138fd4bbc4b6d6bff0873c24902f2a9da65. > > > that's actually another effort that I'm working on atm

Re: [PATCH 1/10] ide: use pci_dev->revision

2007-08-29 Thread Kok, Auke
Bartlomiej Zolnierkiewicz wrote: Some places were using PCI_CLASS_REVISION instead of PCI_REVISION_ID so they were not converted by commit 44c10138fd4bbc4b6d6bff0873c24902f2a9da65. that's actually another effort that I'm working on atm. You can either hold off on your patch or we'll see how m

[PATCH 1/10] ide: use pci_dev->revision

2007-08-29 Thread Bartlomiej Zolnierkiewicz
Some places were using PCI_CLASS_REVISION instead of PCI_REVISION_ID so they were not converted by commit 44c10138fd4bbc4b6d6bff0873c24902f2a9da65. Cc: Auke Kok <[EMAIL PROTECTED]> Cc: Greg Kroah-Hartman <[EMAIL PROTECTED]> Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> --- Quick gr