aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/renesas/x3proto/ilsel.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/renesas/x3proto/ilsel.c')
-rw-r--r--arch/sh/boards/renesas/x3proto/ilsel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/x3proto/ilsel.c b/arch/sh/boards/renesas/x3proto/ilsel.c
index 6d4454fef97c..b5c673c39337 100644
--- a/arch/sh/boards/renesas/x3proto/ilsel.c
+++ b/arch/sh/boards/renesas/x3proto/ilsel.c
@@ -68,7 +68,7 @@ static void __ilsel_enable(ilsel_source_t set, unsigned int bit)
shift = mk_ilsel_shift(bit);
pr_debug("%s: bit#%d: addr - 0x%08lx (shift %d, set %d)\n",
- __FUNCTION__, bit, addr, shift, set);
+ __func__, bit, addr, shift, set);
tmp = ctrl_inw(addr);
tmp &= ~(0xf << shift);