aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/bcm1480/time.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-10-31 12:34:42 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-11-02 16:13:46 +0000
commit2e5dcd2b4ce97ebc43703f2645bf2fe978da1627 (patch)
tree188c4aafc087e9632bb335b9d6af61149255555d /arch/mips/sibyte/bcm1480/time.c
parent[MIPS] Sibyte: Build fixes / dead code removal. (diff)
downloadlinux-dev-2e5dcd2b4ce97ebc43703f2645bf2fe978da1627.tar.xz
linux-dev-2e5dcd2b4ce97ebc43703f2645bf2fe978da1627.zip
[MIPS] Sibyte: Fix names of the clockevent devices.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/bcm1480/time.c')
-rw-r--r--arch/mips/sibyte/bcm1480/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/sibyte/bcm1480/time.c b/arch/mips/sibyte/bcm1480/time.c
index bbf19bfabccb..39e77d9bd944 100644
--- a/arch/mips/sibyte/bcm1480/time.c
+++ b/arch/mips/sibyte/bcm1480/time.c
@@ -116,7 +116,7 @@ void __cpuinit sb1480_clockevent_init(void)
BUG_ON(cpu > 3); /* Only have 4 general purpose timers */
- sprintf(name, "bcm1480-counter %d", cpu);
+ sprintf(name, "bcm1480-counter-%d", cpu);
cd->name = name;
cd->features = CLOCK_EVT_FEAT_PERIODIC |
CLOCK_EVT_FEAT_ONESHOT;