This seems to be a copy&paste error in both directions of the
compat translation.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
{
new->domain = old->domain;
new->bus = old->bus;
- new->slot = old->bus;
+ new->slot = old->slot;
new->func = old->func;
new->vendor = old->vendor;
new->device = old->device;
{
old->domain = new->domain;
old->bus = new->bus;
- old->slot = new->bus;
+ old->slot = new->slot;
old->func = new->func;
old->vendor = new->vendor;
old->device = new->device;