Nick: carldani E-mail: c-d.hailfinger.devel.2006@gmx.net Board: vl805 patch 4.2 Contents: diff -r 161a36490ed3 pcidev.c --- a/pcidev.c Mon Jan 13 19:44:37 2020 +0100 +++ b/pcidev.c Mon Jan 13 19:55:54 2020 +0100 @@ -235,6 +235,7 @@ /* FIXME: We should count all matching devices, not * just those with a valid BAR. */ + msg_pdbg("Found a matching device, checking BAR.\n"); if ((addr = pcidev_validate(dev, bar, devs)) != 0) { found++; }