mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01: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
@ -633,7 +633,7 @@ static int mvebu_pcie_bind(struct udevice *parent)
|
|||||||
struct udevice *dev;
|
struct udevice *dev;
|
||||||
ofnode subnode;
|
ofnode subnode;
|
||||||
|
|
||||||
/* Lookup eth driver */
|
/* Lookup pci driver */
|
||||||
drv = lists_uclass_lookup(UCLASS_PCI);
|
drv = lists_uclass_lookup(UCLASS_PCI);
|
||||||
if (!drv) {
|
if (!drv) {
|
||||||
puts("Cannot find PCI driver\n");
|
puts("Cannot find PCI driver\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user