From 3d965a291dd24371444b5c4f88d6ff1789e1c3aa Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 28 Aug 2009 07:22:05 +0200 Subject: [PATCH] --- yaml --- r: 157909 b: refs/heads/master c: cf0baf16c3a3b3dd67ea3df346479032ab10e988 h: refs/heads/master i: 157907: c0154fc2bd89b15fee0b71af74379166e183ab6a v: v3 --- [refs] | 2 +- trunk/include/sound/core.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 43cb715ce122..4160d78f7b81 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 36ce99c1dcab2978fc1900f19b431adedd8f99f6 +refs/heads/master: cf0baf16c3a3b3dd67ea3df346479032ab10e988 diff --git a/trunk/include/sound/core.h b/trunk/include/sound/core.h index a89728db5584..1ec992b3f1d0 100644 --- a/trunk/include/sound/core.h +++ b/trunk/include/sound/core.h @@ -348,7 +348,7 @@ void __snd_printk(unsigned int level, const char *file, int line, __attribute__ ((format (printf, 4, 5))); #else #define __snd_printk(level, file, line, format, args...) \ - prinkt(format, ##args) + printk(format, ##args) #endif /**