Re: [PATCH 16/25] crypto: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)

2010-07-19 Thread Herbert Xu
On Thu, Jul 15, 2010 at 09:00:41PM +0200, Peter Huewe wrote: From: Peter Huewe peterhu...@gmx.de 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.

[PATCH 16/25] crypto: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)

2010-07-15 Thread Peter Huewe
From: Peter Huewe peterhu...@gmx.de 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 peterhu...@gmx.de --- drivers/crypto/geode-aes.c