]> Pileus Git - ~andy/linux/commit
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)
commit050134864c1c76f49eb86c134a0e02fb3c196382
treefef3595723b29f4659feebfba2560f90dcea3646
parentdc087f2f6a2925e81831f3016b9cbb6e470e7423
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 <bhelgaas@google.com>
drivers/pci/probe.c