There are useless two blank lines in code that can be removed. Hence, remove them. Signed-off-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> --- drivers/staging/mt7621-pci/pci-mt7621.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/mt7621-pci/pci-mt7621.c b/drivers/staging/mt7621-pci/pci-mt7621.c index c675e74ce507..fe1945819d25 100644 --- a/drivers/staging/mt7621-pci/pci-mt7621.c +++ b/drivers/staging/mt7621-pci/pci-mt7621.c @@ -548,7 +548,6 @@ static int mt7621_pcie_register_host(struct pci_host_bridge *host) host->ops = &mt7621_pci_ops; host->sysdata = pcie; - return pci_host_probe(host); } @@ -622,5 +621,4 @@ static struct platform_driver mt7621_pci_driver = { .of_match_table = of_match_ptr(mt7621_pci_ids), }, }; - builtin_platform_driver(mt7621_pci_driver); -- 2.25.1