[PATCH] tests/qtest/ac97-test: Correct reference to driver

Akihiko Odaki posted 1 patch 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220829083301.143527-1-akihiko.odaki@daynix.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
tests/qtest/ac97-test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] tests/qtest/ac97-test: Correct reference to driver
Posted by Akihiko Odaki 1 year, 8 months ago
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
 tests/qtest/ac97-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/qtest/ac97-test.c b/tests/qtest/ac97-test.c
index b084e31bff..74103efdfa 100644
--- a/tests/qtest/ac97-test.c
+++ b/tests/qtest/ac97-test.c
@@ -28,7 +28,7 @@ static void *ac97_get_driver(void *obj, const char *interface)
         return &ac97->dev;
     }
 
-    fprintf(stderr, "%s not present in e1000e\n", interface);
+    fprintf(stderr, "%s not present in ac97\n", interface);
     g_assert_not_reached();
 }
 
-- 
2.37.2
Re: [PATCH] tests/qtest/ac97-test: Correct reference to driver
Posted by Marc-André Lureau 1 year, 8 months ago
On Mon, Aug 29, 2022 at 12:38 PM Akihiko Odaki <akihiko.odaki@gmail.com>
wrote:

> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>


Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>


> ---
>  tests/qtest/ac97-test.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/qtest/ac97-test.c b/tests/qtest/ac97-test.c
> index b084e31bff..74103efdfa 100644
> --- a/tests/qtest/ac97-test.c
> +++ b/tests/qtest/ac97-test.c
> @@ -28,7 +28,7 @@ static void *ac97_get_driver(void *obj, const char
> *interface)
>          return &ac97->dev;
>      }
>
> -    fprintf(stderr, "%s not present in e1000e\n", interface);
> +    fprintf(stderr, "%s not present in ac97\n", interface);
>      g_assert_not_reached();
>  }
>
> --
> 2.37.2
>
>
>

-- 
Marc-André Lureau