PCI: Return early on allocation failures to unindent mainline code
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 5 Jun 2013 20:22:11 +0000 (14:22 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 14 Jun 2013 23:39:45 +0000 (17:39 -0600)
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 <bhelgaas@google.com>
drivers/pci/probe.c

Simple merge