From: Bjorn Helgaas Date: Wed, 5 Jun 2013 20:22:11 +0000 (-0600) Subject: PCI: Return early on allocation failures to unindent mainline code X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~18^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050134864c1c76f49eb86c134a0e02fb3c196382;p=pandora-kernel.git PCI: Return early on allocation failures to unindent mainline code On allocation failure, return early so the main body of the function doesn't have to be indented as the body of an "if" statement. No functional change. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed