summaryrefslogtreecommitdiff
path: root/include/sound/core.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-08-28 07:22:05 +0200
committerTakashi Iwai <tiwai@suse.de>2009-08-28 07:22:05 +0200
commitcf0baf16c3a3b3dd67ea3df346479032ab10e988 (patch)
tree6033a302d915ca7d2da6bde1da49d44f621b637e /include/sound/core.h
parent36ce99c1dcab2978fc1900f19b431adedd8f99f6 (diff)
ALSA: Fixed a typo of printk()
Fixed a silly typo of printk() included in the previous patch... Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/core.h')
-rw-r--r--include/sound/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/core.h b/include/sound/core.h
index a89728db5584..1ec992b3f1d0 100644
--- a/include/sound/core.h
+++ b/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
/**