commit | ddceecf170695884be840cb88f706794437b0293 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:48 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | 4c4f1c70b5392a50e949131f90a9b5347b00f31d | |
parent | 08382878d8bd0ca8326d5415a5b5410f03cf6c62 [diff] |
virtio: Avoid repeating a long expression Use a local variable to hold this name, to reduce the amount of code that needs to be read. Signed-off-by: Simon Glass <sjg@chromium.org>