]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
hw/ac97: Fix log message in mixer_load
authorHans de Goede <hdegoede@redhat.com>
Mon, 7 May 2012 07:24:34 +0000 (09:24 +0200)
committermalc <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

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 {