commit | af4d6e257dc36646bb62adececdd10ad83323788 | [log] [tgz] |
---|---|---|
author | Peter Huewe <peterhuewe@gmx.de> | Thu Jul 15 20:39:43 2010 +0200 |
committer | Jeff Garzik <jgarzik@redhat.com> | Sun Aug 01 19:46:46 2010 -0400 |
tree | f5e9fff577dd387370af2c602c27e622091d45fc | |
parent | 5b6ae5ba0c45c4d04721537308728688414c9e6b [diff] |
ata: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used) This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and .subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>