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>
This commit is contained in:
parent
5f2992fe1e
commit
146f39d7f3
@ -28,7 +28,7 @@ static void *ac97_get_driver(void *obj, const char *interface)
|
|||||||
return &ac97->dev;
|
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();
|
g_assert_not_reached();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user