Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com>
Fri, 22 Jul 2016 17:05:29 +0000 (14:05 -0300)
committer
Michael Ellerman <mpe@ellerman.id.au>
Tue, 9 Aug 2016 06:52:03 +0000 (16:52 +1000)
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 to dot, so the PCI address is printed as usual.
Signed-off-by: Guilherme G. Piccoli <gpiccoli@linux.vnet.ibm.com> Reviewed-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>