mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
staging: mt7621-pci: remove two blank lines
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b99cc3a2b6
commit
7fa708e061
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user