From: Neil Brown Date: Fri, 13 Jul 2007 05:39:46 +0000 (+0200) Subject: umem: Fix match of pci_ids in umem driver X-Git-Tag: v2.6.23-rc1~783^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5874c18b105cc7a24972191b7f08a93b1205a425;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed