]> git.baikalelectronics.ru Git - uboot.git/commit
virtio: provide driver name in debug message
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 26 Jul 2023 15:43:40 +0000 (17:43 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 3 Aug 2023 19:30:53 +0000 (15:30 -0400)
commit20259f0499b333d73051a8ddea1a2fff5c2adc4c
treefebc0d4edc6e17cce789c9e39d48d5ae3a47c66d
parent0c8463f9bf636586250ae738f87f88696b11a82d
virtio: provide driver name in debug message

If a driver cannot be bound, provide the driver name in the debug
message. Now the debug message may look like this:

    (virtio-pci.l#0): virtio-rng driver not configured

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/virtio/virtio-uclass.c