From 2af31f415fa177dd11bc76f2a292b09330803c89 Mon Sep 17 00:00:00 2001 From: "Rafael J. Wysocki" Date: Sat, 23 May 2015 00:38:57 +0200 Subject: [PATCH] PCI: pciehp: Drop pointless label from pciehp_probe() The err_out_none label in pciehp_probe() only leads to a return statement, so use return statements instead of jumps to it and drop it. Signed-off-by: Rafael J. Wysocki Signed-off-by: Bjorn Helgaas --- Reading git-format-patch failed