tests/qtest/ac97-test: Correct reference to driver

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>
master
Akihiko Odaki 2022-08-29 17:33:01 +09:00 committed by Thomas Huth
parent 5f2992fe1e
commit 146f39d7f3
1 changed files with 1 additions and 1 deletions

View 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();
}