]> git.dujemihanovic.xyz Git - u-boot.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)
commit63baa841295812d77723382c74e723ab716f4563
treefebc0d4edc6e17cce789c9e39d48d5ae3a47c66d
parent42cd759a371acb49538344dbdb0bf9a8bbb798a0
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