Re: powerpc/eeh: trivial fix to non-conventional PCI address output on EEH log
From: Michael Ellerman <hidden>
Date: 2016-08-09 11:26:46
From: Michael Ellerman <hidden>
Date: 2016-08-09 11:26:46
On Fri, 2016-22-07 at 17:05:29 UTC, "Guilherme G. Piccoli" wrote:
This is a very minor/trivial fix for the output of PCI address on EEH logs. The PCI address on "OF node" field currently is using ":" as a separator for the function, but the usual separator is ".". This patch changes the separator for dot, so the PCI address is printed as usual. No functional changes were introduced. Signed-off-by: Guilherme G. Piccoli <redacted> Reviewed-by: Gavin Shan <redacted>
Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/10560b9afc8abf349843dff88c cheers