commit | 28d25cf728bf173249f2663cf9d8eba867e9c9a6 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 16 10:41:35 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 09:24:04 2022 -0400 |
tree | b7744f9d20086bc1673ef246339acb6d5398bd86 | |
parent | 506ba0d21141beb2890fd69b5db3a8c7eaa606a2 [diff] |
test: dm: virtio: Test notify before del_vqs The virtqueue is passed to virtio_notify() so move the virtqueue deletion to the end of the test when it's no longer needed. This wasn't causing any problems because the sandbox virtio transport driver doesn't do anything for notifications, but it could cause problems if things change and it was a bad example. Signed-off-by: Andrew Scull <ascull@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>