xen-pciback: simplify vpci's find hook
authorJan Beulich <jbeulich@suse.com>
Wed, 7 Apr 2021 14:37:58 +0000 (16:37 +0200)
committerJuergen Gross <jgross@suse.com>
Fri, 23 Apr 2021 07:53:24 +0000 (09:53 +0200)
commita929e124060c448b367f56b28a0c118876147b1f
tree0b32fbf3168b7c9ecbbf25e0d5850be0af1b273f
parentec3307a5bb6823bd687a660c1ece9b271e0b1288
xen-pciback: simplify vpci's find hook

There's no point in comparing SBDF - we can simply compare the struct
pci_dev pointers. If they weren't the same for a given device, we'd have
bigger problems from having stored a stale pointer.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Link: https://lore.kernel.org/r/158273a2-d1b9-3545-b25d-affca867376c@suse.com
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/xen-pciback/vpci.c