mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
pci: pci_mvebu: Fix comment about driver class name
This is a pci driver, not an eth driver. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
2344a76f29
commit
03a8a5e26a
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ static int mvebu_pcie_bind(struct udevice *parent)
|
|||
struct udevice *dev;
|
||||
ofnode subnode;
|
||||
|
||||
/* Lookup eth driver */
|
||||
/* Lookup pci driver */
|
||||
drv = lists_uclass_lookup(UCLASS_PCI);
|
||||
if (!drv) {
|
||||
puts("Cannot find PCI driver\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue