projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f473dd
)
hw/ac97: Fix log message in mixer_load
author
Hans de Goede
<hdegoede@redhat.com>
Mon, 7 May 2012 07:24:34 +0000
(09:24 +0200)
committer
malc
<av1474@comtv.ru>
Mon, 7 May 2012 12:31:39 +0000
(16:31 +0400)
Fix a small copy and paste error in logging.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: malc <av1474@comtv.ru>
hw/ac97.c
patch
|
blob
|
history
diff --git
a/hw/ac97.c
b/hw/ac97.c
index 177f729d4819382727d9e2f0999c83278cb7bfb9..ceab8b7f65ff698374754e32ff57c3852491bd8d 100644
(file)
--- a/
hw/ac97.c
+++ b/
hw/ac97.c
@@
-342,7
+342,7
@@
static uint16_t mixer_load (AC97LinkState *s, uint32_t i)
uint16_t val = 0xffff;
if (i + 2 > sizeof (s->mixer_data)) {
- dolog ("mixer_
store
: index %d out of bounds %zd\n",
+ dolog ("mixer_
load
: index %d out of bounds %zd\n",
i, sizeof (s->mixer_data));
}
else {