On Thu, 31 Mar 2022 at 04:10, Andrew Scull <[email protected]> wrote: > > 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 <[email protected]> > --- > drivers/virtio/virtio_sandbox.c | 2 +- > test/dm/virtio.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]> I love the fix + test, thank you.

