diff options
Diffstat (limited to 'arch/blackfin/oprofile/common.c')
-rw-r--r-- | arch/blackfin/oprofile/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/oprofile/common.c b/arch/blackfin/oprofile/common.c index cb8b8d5af34f..0f6d303a8891 100644 --- a/arch/blackfin/oprofile/common.c +++ b/arch/blackfin/oprofile/common.c | |||
@@ -75,7 +75,7 @@ static int op_bfin_start(void) | |||
75 | { | 75 | { |
76 | int ret = -EBUSY; | 76 | int ret = -EBUSY; |
77 | 77 | ||
78 | printk(KERN_INFO "KSDBG:in %s\n", __FUNCTION__); | 78 | printk(KERN_INFO "KSDBG:in %s\n", __func__); |
79 | mutex_lock(&pfmon_lock); | 79 | mutex_lock(&pfmon_lock); |
80 | if (!pfmon_enabled) { | 80 | if (!pfmon_enabled) { |
81 | ret = model->start(ctr); | 81 | ret = model->start(ctr); |