projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f2992f
)
tests/qtest/ac97-test: Correct reference to driver
author
Akihiko Odaki
<akihiko.odaki@gmail.com>
Mon, 29 Aug 2022 08:33:01 +0000
(17:33 +0900)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/tests/qtest/ac97-test.c
b/tests/qtest/ac97-test.c
index b084e31bff5ffd05caf58a8be29d85a9db619d7b..74103efdfa01691c30f99854d6160fb5d32bfbd6 100644
(file)
--- 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();
}