aboutsummaryrefslogtreecommitdiff
path: root/sound/core
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core')
-rw-r--r--sound/core/pcm_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm_lib.c b/sound/core/pcm_lib.c
index 0cbd24575..45c114c24 100644
--- a/sound/core/pcm_lib.c
+++ b/sound/core/pcm_lib.c
@@ -375,7 +375,7 @@ static int snd_pcm_update_hw_ptr0(struct snd_pcm_substream *substream,
crossed_boundary++;
}
new_hw_ptr = hw_base + pos;
- printk("%s, overflow? new_hw_ptr=%ld, hw_base=%ld\n",__FUNCTION__,new_hw_ptr,hw_base);
+ printk("%s, overflow? new_hw_ptr=%ld, hw_base=%ld\n",__func__,new_hw_ptr,hw_base);
goto __delta;
}
}