commit | b27c27aa931f20dcce45fe0502931517bd3b9ada | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jul 26 17:43:40 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 03 15:30:53 2023 -0400 |
tree | febc0d4edc6e17cce789c9e39d48d5ae3a47c66d | |
parent | d701a22cb6adad6758e9b7c8ce7983b30e4641c5 [diff] |
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>