[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161224073307.GA18826@rahul>
Date: Sat, 24 Dec 2016 13:03:07 +0530
From: Rahul Krishnan <mrahul.krishnan@...il.com>
To: bhelgaas@...gle.com
Cc: mpe@...erman.id.au, mika.westerberg@...ux.intel.com,
gwshan@...ux.vnet.ibm.com, mayurkumar.patel@...el.com,
keith.busch@...el.com, julia.lawall@...6.fr,
linux-pci@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] pci: hotplug: This patch removes unnecessary return
statement using spatch tool
This patch removes unnecessary return statement using spatch tool
Signed-off-by: Rahul Krishnan <mrahul.krishnan@...il.com>
---
drivers/pci/hotplug/rpadlpar_core.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c
index dc67f39..9d0e2e1 100644
--- a/drivers/pci/hotplug/rpadlpar_core.c
+++ b/drivers/pci/hotplug/rpadlpar_core.c
@@ -463,8 +463,7 @@ int __init rpadlpar_io_init(void)
return -EPERM;
}
- rc = dlpar_sysfs_init();
- return rc;
+ return dlpar_sysfs_init();
}
void rpadlpar_io_exit(void)
--
2.7.4
Powered by blists - more mailing lists