diff options
Diffstat (limited to 'arch/ia64/sn/kernel/xpc_main.c')
-rw-r--r-- | arch/ia64/sn/kernel/xpc_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/sn/kernel/xpc_main.c b/arch/ia64/sn/kernel/xpc_main.c index b617236524c6..6708ef6e0618 100644 --- a/arch/ia64/sn/kernel/xpc_main.c +++ b/arch/ia64/sn/kernel/xpc_main.c | |||
@@ -773,7 +773,7 @@ xpc_daemonize_kthread(void *args) | |||
773 | ch->flags |= XPC_C_DISCONNECTCALLOUT; | 773 | ch->flags |= XPC_C_DISCONNECTCALLOUT; |
774 | spin_unlock_irqrestore(&ch->lock, irq_flags); | 774 | spin_unlock_irqrestore(&ch->lock, irq_flags); |
775 | 775 | ||
776 | xpc_disconnecting_callout(ch); | 776 | xpc_disconnect_callout(ch, xpcDisconnecting); |
777 | } else { | 777 | } else { |
778 | spin_unlock_irqrestore(&ch->lock, irq_flags); | 778 | spin_unlock_irqrestore(&ch->lock, irq_flags); |
779 | } | 779 | } |