cxl: Don't remove AFUs/vPHBs in cxl_reset
authorDaniel Axtens <dja@axtens.net>
Fri, 14 Aug 2015 07:41:24 +0000 (17:41 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 14 Aug 2015 11:32:07 +0000 (21:32 +1000)
commit4e1efb403c1c016ae831bd9988a7d2e5e0af41a0
treea297739d84ff47b4a362eb311a4d216dcdb047ed
parentd76427b0d89524fdb623774a22a005ba5c400134
cxl: Don't remove AFUs/vPHBs in cxl_reset

If the driver doesn't participate in EEH, the AFUs will be removed
by cxl_remove, which will be invoked by EEH.

If the driver does particpate in EEH, the vPHB needs to stick around
so that the it can particpate.

In both cases, we shouldn't remove the AFU/vPHB.

Reviewed-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/cxl/pci.c