Re: [v2] powerpc/eeh: Remove duplicated check in eeh_dump_pe_log()
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-03-09 12:51:39
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-03-09 12:51:39
On Fri, 2016-26-02 at 00:14:00 UTC, Gavin Shan wrote:
When eeh_dump_pe_log() is only called by eeh_slot_error_detail(), we already have the check that the PE isn't in PCI config blocked state in eeh_slot_error_detail(). So we needn't the duplicated check in eeh_dump_pe_log(). This removes the duplicated check in eeh_dump_pe_log(). No logical changes introduced. Signed-off-by: Gavin Shan <redacted> Reviewed-by: Andrew Donnellan <redacted>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b6c7347f2f6176fa3225903fbf cheers