|
| From: | Anthony Liguori |
| Subject: | Re: [Qemu-devel] [PATCH 1/5] hw/ac97: Fix log message in mixer_load |
| Date: | Tue, 24 Apr 2012 09:36:14 -0500 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 |
On 04/20/2012 06:03 AM, Hans de Goede wrote:
Fix a small copy and paste error in logging. Signed-off-by: Hans de Goede<address@hidden>
Please CC malc for audio changes. For what it's worth, the whole series: Tested-by: Anthony Liguori <address@hidden> Regards, Anthony Liguori
---
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 {
| [Prev in Thread] | Current Thread | [Next in Thread] |