mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00: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:
parent
41acbc53f4
commit
27a38a6e71
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue