git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51ea208
)
umem: Fix match of pci_ids in umem driver
author
Neil Brown
<neilb@suse.de>
Fri, 13 Jul 2007 05:39:46 +0000
(07:39 +0200)
committer
Jens 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