commit | 5874c18b105cc7a24972191b7f08a93b1205a425 | [log] [tgz] |
---|---|---|
author | Neil Brown <neilb@suse.de> | Fri Jul 13 07:39:46 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Jul 16 14:39:07 2007 +0200 |
tree | a7bef9c6e006a42f1550aa1d99aa5a92223efae7 | |
parent | 51ea208c37a216816e44d31fbdf2c1f1b59e860e [diff] |
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>