staging: mt7621-pci: remove two blank lines
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Wed, 5 May 2021 12:17:34 +0000 (14:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 May 2021 09:19:40 +0000 (11:19 +0200)
There are useless two blank lines in code that can
be removed. Hence, remove them.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20210505121736.6459-9-sergio.paracuellos@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-pci/pci-mt7621.c

index c675e74ce507d247f9359eef92ae17c48e9915dd..fe1945819d250784795f6cf84fc63a3a61438a01 100644 (file)
@@ -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);