Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12588da7 authored by Linas Vepstas's avatar Linas Vepstas Committed by Paul Mackerras
Browse files

[POWERPC] EEH: Tweak printk message



Print return code to print message.  Also fix whitespace.

Signed-off-by: default avatarLinas Vepstas <linas@austin.ibm.com>

----
 arch/powerpc/platforms/pseries/eeh.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 301d9cb8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -754,8 +754,8 @@ int rtas_set_slot_reset(struct pci_dn *pdn)
			       pdn->node->full_name);
			return -1;
		}
		printk (KERN_ERR "EEH: bus reset %d failed on slot %s\n",
		        i+1, pdn->node->full_name);
		printk(KERN_ERR "EEH: bus reset %d failed on slot %s, rc=%d\n",
		       i+1, pdn->node->full_name, rc);
	}

	return -1;