[PATCH 07/19] drivers/memstick: Use PCI_VDEVICE

From: Joe Perches
Date: Thu Jun 25 2009 - 01:15:32 EST


Signed-off-by: Joe Perches <joe@xxxxxxxxxxx>
---
drivers/memstick/host/jmb38x_ms.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/memstick/host/jmb38x_ms.c b/drivers/memstick/host/jmb38x_ms.c
index f4a162a..cdd89be 100644
--- a/drivers/memstick/host/jmb38x_ms.c
+++ b/drivers/memstick/host/jmb38x_ms.c
@@ -982,8 +982,7 @@ static void jmb38x_ms_remove(struct pci_dev *dev)
}

static struct pci_device_id jmb38x_ms_id_tbl [] = {
- { PCI_VENDOR_ID_JMICRON, PCI_DEVICE_ID_JMICRON_JMB38X_MS, PCI_ANY_ID,
- PCI_ANY_ID, 0, 0, 0 },
+ { PCI_VDEVICE(JMICRON, PCI_DEVICE_ID_JMICRON_JMB38X_MS), 0 },
{ }
};

--
1.6.3.1.10.g659a0.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/