From: Rafael J. Wysocki Date: Fri, 22 May 2015 22:38:57 +0000 (+0200) Subject: PCI: pciehp: Drop pointless label from pciehp_probe() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~159^2~3^4~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2af31f415fa177dd11bc76f2a292b09330803c89;p=pandora-kernel.git 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-diff-tree failed