aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-xp/xpc_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/sgi-xp/xpc_channel.c')
-rw-r--r--drivers/misc/sgi-xp/xpc_channel.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/misc/sgi-xp/xpc_channel.c b/drivers/misc/sgi-xp/xpc_channel.c
index 0615efbe0070..d7a15f1a78a5 100644
--- a/drivers/misc/sgi-xp/xpc_channel.c
+++ b/drivers/misc/sgi-xp/xpc_channel.c
@@ -366,9 +366,8 @@ again:
366 dev_dbg(xpc_chan, "XPC_CHCTL_OPENREPLY (local_msgqueue_pa=" 366 dev_dbg(xpc_chan, "XPC_CHCTL_OPENREPLY (local_msgqueue_pa="
367 "0x%lx, local_nentries=%d, remote_nentries=%d) " 367 "0x%lx, local_nentries=%d, remote_nentries=%d) "
368 "received from partid=%d, channel=%d\n", 368 "received from partid=%d, channel=%d\n",
369 (unsigned long)args->local_msgqueue_pa, 369 args->local_msgqueue_pa, args->local_nentries,
370 args->local_nentries, args->remote_nentries, 370 args->remote_nentries, ch->partid, ch->number);
371 ch->partid, ch->number);
372 371
373 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) { 372 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_DISCONNECTED)) {
374 spin_unlock_irqrestore(&ch->lock, irq_flags); 373 spin_unlock_irqrestore(&ch->lock, irq_flags);