]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/qtest/ac97-test: Correct reference to driver
authorAkihiko Odaki <akihiko.odaki@gmail.com>
Mon, 29 Aug 2022 08:33:01 +0000 (17:33 +0900)
committerThomas Huth <thuth@redhat.com>
Mon, 29 Aug 2022 13:29:13 +0000 (15:29 +0200)
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220829083301.143527-1-akihiko.odaki@daynix.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/ac97-test.c

index b084e31bff5ffd05caf58a8be29d85a9db619d7b..74103efdfa01691c30f99854d6160fb5d32bfbd6 100644 (file)
@@ -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();
 }