diff options
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/hctosys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/hctosys.c b/drivers/rtc/hctosys.c index fb4251de7ce1..91fb5f3c1051 100644 --- a/drivers/rtc/hctosys.c +++ b/drivers/rtc/hctosys.c | |||
@@ -33,7 +33,7 @@ static int __init rtc_hctosys(void) | |||
33 | 33 | ||
34 | if (rtc == NULL) { | 34 | if (rtc == NULL) { |
35 | pr_info("%s: unable to open rtc device (%s)\n", | 35 | pr_info("%s: unable to open rtc device (%s)\n", |
36 | __FILE__, CONFIG_RTC_HCTOSYS_DEVICE); | 36 | __func__, CONFIG_RTC_HCTOSYS_DEVICE); |
37 | goto err_open; | 37 | goto err_open; |
38 | } | 38 | } |
39 | 39 | ||