commit | 506ba0d21141beb2890fd69b5db3a8c7eaa606a2 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 16 10:41:34 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 09:24:03 2022 -0400 |
tree | ca096f3c7b02a83ca336e2a2e17e13499552c83f | |
parent | bcb12d421a717b32b95457f225e9fb8f24b1ba03 [diff] |
virtio: sandbox: Fix device features bitfield The virtio sandbox transport was setting the device features value to the bit index rather than shifting a bit to the right index. Fix this using the bit manipulation macros. Signed-off-by: Andrew Scull <ascull@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>