mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
virtio: fix typo devicd
%s/devicd/device Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
committed by
Tom Rini
parent
41acbc53f4
commit
27a38a6e71
@@ -363,7 +363,7 @@ static int virtio_mmio_probe(struct udevice *udev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Check devicd ID */
|
||||
/* Check device ID */
|
||||
uc_priv->device = readl(priv->base + VIRTIO_MMIO_DEVICE_ID);
|
||||
if (uc_priv->device == 0) {
|
||||
/*
|
||||
|
Reference in New Issue
Block a user