mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
rtc: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Cc: David Brownell <david-b@pacbell.net> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
dca03a5154
commit
2a4e2b8780
13 changed files with 60 additions and 60 deletions
|
@ -288,7 +288,7 @@ static irqreturn_t at91_rtc_interrupt(int irq, void *_rtc)
|
|||
|
||||
rtc_update_irq(rtc->rtcdev, 1, events);
|
||||
|
||||
pr_debug("%s: num=%ld, events=0x%02lx\n", __FUNCTION__,
|
||||
pr_debug("%s: num=%ld, events=0x%02lx\n", __func__,
|
||||
events >> 8, events & 0x000000FF);
|
||||
|
||||
return IRQ_HANDLED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue