From: Jan Kiszka Date: Fri, 15 Jun 2012 13:56:20 +0000 (-0600) Subject: KVM: Fix PCI header check on device assignment X-Git-Tag: v3.5-rc4~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f961f72836eb6c0fd76201f6f6b2fafff93c4cea;p=pandora-kernel.git KVM: Fix PCI header check on device assignment The masking was wrong (must have been 0x7f), and there is no need to re-read the value as pci_setup_device already does this for us. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43339 Signed-off-by: Jan Kiszka Acked-by: Alex Williamson Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed