mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
hw/ac97: Fix log message in mixer_load
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>
This commit is contained in:
parent
8f473dd104
commit
a4e652ebc0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue