From: Oliver O'Halloran Date: Tue, 3 Sep 2019 10:15:57 +0000 (+1000) Subject: powerpc/eeh: Remove stale CAPI comment X-Git-Tag: v5.4-rc1~99^2~77 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50554533358571d0c23a88fa1fe3d0b44c6fc7b5;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20190903101605.2890-7-oohall@gmail.com --- diff --git a/arch/powerpc/platforms/powernv/eeh-powernv.c b/arch/powerpc/platforms/powernv/eeh-powernv.c index e7b8679..94e26d5 100644 --- a/arch/powerpc/platforms/powernv/eeh-powernv.c +++ b/arch/powerpc/platforms/powernv/eeh-powernv.c @@ -1125,13 +1125,6 @@ static int pnv_eeh_reset(struct eeh_pe *pe, int option) return -EIO; } - /* - * If dealing with the root bus (or the bus underneath the - * root port), we reset the bus underneath the root port. - * - * The cxl driver depends on this behaviour for bi-modal card - * switching. - */ if (pci_is_root_bus(bus) || pci_is_root_bus(bus->parent)) return pnv_eeh_root_reset(hose, option);