From 7de8c8f1d1f8b7da8137739a123b6f9c83ceb537 Mon Sep 17 00:00:00 2001 From: Ursula Braun Date: Thu, 12 May 2011 18:45:07 +0000 Subject: [PATCH] --- yaml --- r: 247442 b: refs/heads/master c: 5db79c0679e542a156de54e97be8901aeaa7638a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/iucv/iucv.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e9bcabe8a1c8..627c35c8e826 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ff2aed7da18781bb32ce675e4621475e4baae08f +refs/heads/master: 5db79c0679e542a156de54e97be8901aeaa7638a diff --git a/trunk/net/iucv/iucv.c b/trunk/net/iucv/iucv.c index 8f156bd86be7..6c1483f90b46 100644 --- a/trunk/net/iucv/iucv.c +++ b/trunk/net/iucv/iucv.c @@ -828,14 +828,14 @@ EXPORT_SYMBOL(iucv_unregister); static int iucv_reboot_event(struct notifier_block *this, unsigned long event, void *ptr) { - int i, rc; + int i; get_online_cpus(); on_each_cpu(iucv_block_cpu, NULL, 1); preempt_disable(); for (i = 0; i < iucv_max_pathid; i++) { if (iucv_path_table[i]) - rc = iucv_sever_pathid(i, NULL); + iucv_sever_pathid(i, NULL); } preempt_enable(); put_online_cpus();