aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/au1000.c
diff options
context:
space:
mode:
authorClemens Buchacher <drizzd@aon.at>2005-09-22 21:44:24 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-22 22:17:37 -0700
commitf65d9bea8692d7343e4636763f291408f025834f (patch)
tree426b4f07df2c92abc5d6788bf145ebc4c42e19fc /sound/oss/au1000.c
parent288a60cf4d7cc35f84f46cd8ffd0b34f9d8e7346 (diff)
downloadkernel_samsung_smdk4412-f65d9bea8692d7343e4636763f291408f025834f.zip
kernel_samsung_smdk4412-f65d9bea8692d7343e4636763f291408f025834f.tar.gz
kernel_samsung_smdk4412-f65d9bea8692d7343e4636763f291408f025834f.tar.bz2
[PATCH] oss: don't concatenate __FUNCTION__ with strings
It's deprecated. Use "%s", __FUNCTION__ instead. Signed-off-by: Clemens Buchacher <drizzd@aon.at> Signed-off-by: Maximilian Attems <janitor@sternwelten.at> Signed-off-by: Domen Puncer <domen@coderock.org> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'sound/oss/au1000.c')
-rw-r--r--sound/oss/au1000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/au1000.c b/sound/oss/au1000.c
index 4491733..2c2ae2e 100644
--- a/sound/oss/au1000.c
+++ b/sound/oss/au1000.c
@@ -1295,7 +1295,7 @@ static int au1000_mmap(struct file *file, struct vm_area_struct *vma)
unsigned long size;
int ret = 0;
- dbg(__FUNCTION__);
+ dbg("%s", __FUNCTION__);
lock_kernel();
down(&s->sem);