diff options
Diffstat (limited to 'arch/blackfin/oprofile/op_model_bf533.c')
-rw-r--r-- | arch/blackfin/oprofile/op_model_bf533.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/oprofile/op_model_bf533.c b/arch/blackfin/oprofile/op_model_bf533.c index 872dffe33623..d1c698bb9ee5 100644 --- a/arch/blackfin/oprofile/op_model_bf533.c +++ b/arch/blackfin/oprofile/op_model_bf533.c | |||
@@ -125,7 +125,7 @@ int pm_overflow_handler(int irq, struct pt_regs *regs) | |||
125 | unsigned int pc, pfctl; | 125 | unsigned int pc, pfctl; |
126 | unsigned int count[2]; | 126 | unsigned int count[2]; |
127 | 127 | ||
128 | pr_debug("get interrupt in %s\n", __FUNCTION__); | 128 | pr_debug("get interrupt in %s\n", __func__); |
129 | if (oprofile_running == 0) { | 129 | if (oprofile_running == 0) { |
130 | pr_debug("error: entering interrupt when oprofile is stopped.\n\r"); | 130 | pr_debug("error: entering interrupt when oprofile is stopped.\n\r"); |
131 | return -1; | 131 | return -1; |