]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cxl: Ignore probes for virtual afu pci devices
authorVaibhav Jain <vaibhav@linux.vnet.ibm.com>
Mon, 29 Feb 2016 05:40:53 +0000 (11:10 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 9 Mar 2016 12:40:03 +0000 (23:40 +1100)
commit17eb3eef19f2c0541a7f04ad37c4a7fec89f0822
tree46bd579b3d7fd63d3d8b7e19814952b04ae82ac9
parent0d3a13fbf1d1f3323d04499a727c17c80d156168
cxl: Ignore probes for virtual afu pci devices

Add a check at the beginning of cxl_probe function to ignore virtual pci
devices created for each afu registered. This fixes the the errors
messages logged about missing CXL vsec, when cxl probe is unable to
find necessary vsec entries in device pci config space. The error
message logged are of the form :

cxl-pci 0004:00:00.0: ABORTING: CXL VSEC not found!
cxl-pci 0004:00:00.0: cxl_init_adapter failed: -19

Cc: Ian Munsie <imunsie@au1.ibm.com>
Cc: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
Signed-off-by: Vaibhav Jain <vaibhav@linux.vnet.ibm.com>
Reviewed-by: fbarrat@linux.vnet.ibm.com
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Acked-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/cxl/cxl.h
drivers/misc/cxl/pci.c
drivers/misc/cxl/vphb.c