diff options
Diffstat (limited to 'drivers/sbus/char/cpwatchdog.c')
-rw-r--r-- | drivers/sbus/char/cpwatchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/cpwatchdog.c b/drivers/sbus/char/cpwatchdog.c index a4e758143665..235703414370 100644 --- a/drivers/sbus/char/cpwatchdog.c +++ b/drivers/sbus/char/cpwatchdog.c | |||
@@ -637,7 +637,7 @@ static int wd_inittimer(int whichdog) | |||
637 | break; | 637 | break; |
638 | default: | 638 | default: |
639 | printk("%s: %s: invalid watchdog id: %i\n", | 639 | printk("%s: %s: invalid watchdog id: %i\n", |
640 | WD_OBPNAME, __FUNCTION__, whichdog); | 640 | WD_OBPNAME, __func__, whichdog); |
641 | return(1); | 641 | return(1); |
642 | } | 642 | } |
643 | if(0 != misc_register(whichmisc)) | 643 | if(0 != misc_register(whichmisc)) |