From: Ralf Baechle Date: Tue, 13 Nov 2007 00:35:13 +0000 (+0000) Subject: [MIPS] Sibyte: Fix name of clocksource. X-Git-Tag: Ubuntu-5.13.0-19.19~46154^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=f99f2cc9363a08cdbd6cfbe3f29234e3235d05e8;p=mirror_ubuntu-jammy-kernel.git [MIPS] Sibyte: Fix name of clocksource. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/csrc-sb1250.c b/arch/mips/kernel/csrc-sb1250.c index ebb16e668877..92212bbb8e45 100644 --- a/arch/mips/kernel/csrc-sb1250.c +++ b/arch/mips/kernel/csrc-sb1250.c @@ -43,7 +43,7 @@ static cycle_t sb1250_hpt_read(void) } struct clocksource bcm1250_clocksource = { - .name = "MIPS", + .name = "bcm1250-counter-3", .rating = 200, .read = sb1250_hpt_read, .mask = CLOCKSOURCE_MASK(23),