qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/5] hw/ac97: Fix log message in mixer_load


From: Hans de Goede
Subject: [Qemu-devel] [PATCH 1/5] hw/ac97: Fix log message in mixer_load
Date: Fri, 20 Apr 2012 13:03:58 +0200

Fix a small copy and paste error in logging.

Signed-off-by: Hans de Goede <address@hidden>
---
 hw/ac97.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/ac97.c b/hw/ac97.c
index dd4917b..05ae63b 100644
--- a/hw/ac97.c
+++ b/hw/ac97.c
@@ -339,7 +339,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 {
-- 
1.7.10




reply via email to

[Prev in Thread] Current Thread [Next in Thread]