commit | 1674b6c4d820a4139c406d673a3319f785503a5d | [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 | b1fe820b63c45d6ed0c44b67b4a48e5f3ac34bf0 [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>