Skip to content

Commit 5055453

Browse files
oohalmpe
authored andcommitted
powerpc/eeh: Remove stale CAPI comment
Support for switching CAPI cards into and out of CAPI mode was removed a while ago. Drop the comment since it's no longer relevant. Signed-off-by: Oliver O'Halloran <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 25baf3d commit 5055453

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arch/powerpc/platforms/powernv/eeh-powernv.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,13 +1125,6 @@ static int pnv_eeh_reset(struct eeh_pe *pe, int option)
11251125
return -EIO;
11261126
}
11271127

1128-
/*
1129-
* If dealing with the root bus (or the bus underneath the
1130-
* root port), we reset the bus underneath the root port.
1131-
*
1132-
* The cxl driver depends on this behaviour for bi-modal card
1133-
* switching.
1134-
*/
11351128
if (pci_is_root_bus(bus) ||
11361129
pci_is_root_bus(bus->parent))
11371130
return pnv_eeh_root_reset(hose, option);

0 commit comments

Comments
 (0)