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)
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>

No differences found