[POWERPC] iSeries: Correct missing newline in printk
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
dcccb37e98
commit
7d6524f035
@@ -596,7 +596,7 @@ int viopath_close(HvLpIndex remoteLp, int subtype, int numReq)
|
|||||||
numOpen += viopathStatus[remoteLp].users[i];
|
numOpen += viopathStatus[remoteLp].users[i];
|
||||||
|
|
||||||
if ((viopathStatus[remoteLp].isOpen) && (numOpen == 0)) {
|
if ((viopathStatus[remoteLp].isOpen) && (numOpen == 0)) {
|
||||||
printk(VIOPATH_KERN_INFO "closing connection to partition %d",
|
printk(VIOPATH_KERN_INFO "closing connection to partition %d\n",
|
||||||
remoteLp);
|
remoteLp);
|
||||||
|
|
||||||
HvCallEvent_closeLpEventPath(remoteLp,
|
HvCallEvent_closeLpEventPath(remoteLp,
|
||||||
|
Reference in New Issue
Block a user