umem: Fix match of pci_ids in umem driver
authorNeil Brown <neilb@suse.de>
Fri, 13 Jul 2007 05:39:46 +0000 (07:39 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 16 Jul 2007 12:39:07 +0000 (14:39 +0200)
commit5874c18b105cc7a24972191b7f08a93b1205a425
treea7bef9c6e006a42f1550aa1d99aa5a92223efae7
parent51ea208c37a216816e44d31fbdf2c1f1b59e860e
umem: Fix match of pci_ids in umem driver

the pci device list for umem was not using PCI_DEVICE, so the
subvendor/subdevice fields were not set to ANY, so matching
didn't work properly.

Change to use PCI_DEVICE.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
drivers/block/umem.c