On Thu, 31 Mar 2022 at 04:10, Andrew Scull <asc...@google.com> 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 <asc...@google.com>
> ---
>  drivers/virtio/virtio_sandbox.c | 2 +-
>  test/dm/virtio.c                | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>

I love the fix + test, thank you.

Reply via email to