| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH 07/10] bcm63xx: fix typo when printing CPU frequency |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Mon, 1 Jun 2009 16:50:58 +0200 |
| Cc: | linux-mips@linux-mips.org, Maxime Bizon <mbizon@freebox.fr> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=MFeAdzCKk2qaNt4TOz7p0XGtjhw0aPHCqzdnWwgHk+o=; b=ME6Iv7Pra85Pzh8kq5QXNjACiF0kOR+lANjAipK6czsXza2gvHnFYxZH1IRGbvlTTa pyYu85at+F1uBizSw7K2XAVhIGYKdcACAssV4ABuo2QKEcTYi1lAajCqqNzOkUE2NYVg grmgJwZcxyXQ75tcganxIWAIdrAW1u/eQ3h+c= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=I6ajgHp74XwuEBss5IB1mFo1u1S/U1UZ30S1KE+Tx8bZybKtelR04JH+ayNEzxbQQC naq1LEUvY5VvqOHSBFbMOqpBrnBf62JnGJ7yqnzEv14bI3G1O0wAGxtX8Oj0p0e4zDoD INq/+k8sYlwumaBHlfwGEEc6dTVOqqkyunb9U= |
| In-reply-to: | <20090601144618.GF6604@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <200905312029.50326.florian@openwrt.org> <20090601144618.GF6604@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | KMail/1.9.9 |
Le Monday 01 June 2009 16:46:18 Ralf Baechle, vous avez écrit : > On Sun, May 31, 2009 at 08:29:49PM +0200, Florian Fainelli wrote: > > This patch corrects the comment about the CPU > > frequency which is actually printed in Hz and not MHz. > > > > Signed-off-by: Florian Fainelli <florian@openwrt.org> > > --- > > diff --git a/arch/mips/bcm63xx/cpu.c b/arch/mips/bcm63xx/cpu.c > > index 0a403dd..410c788 100644 > > --- a/arch/mips/bcm63xx/cpu.c > > +++ b/arch/mips/bcm63xx/cpu.c > > @@ -238,7 +238,7 @@ void __init bcm63xx_cpu_init(void) > > > > printk(KERN_INFO "Detected Broadcom 0x%04x CPU revision %02x\n", > > bcm63xx_cpu_id, bcm63xx_cpu_rev); > > - printk(KERN_INFO "CPU frequency is %u MHz\n", > > + printk(KERN_INFO "CPU frequency is %u Hz\n", > > While technically ok I would suggest to print the number in MHz. Acuracy > probably doesn't matter so even rounding to whole MHz would be ok. > > Want me to apply anyway? No that is a one-liner I will respin a new one which prints the frequency in Mhz directly. -- Best regards, Florian Fainelli Email : florian@openwrt.org http://openwrt.org ------------------------------- |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 08/10] bcm63xx: update defconfig with gpiolib, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH 09/10] bcm63xx: enable SSB bus support in defconfig, Ralf Baechle |
| Previous by Thread: | Re: [PATCH 07/10] bcm63xx: fix typo when printing CPU frequency, Ralf Baechle |
| Next by Thread: | Re: [PATCH 08/10] bcm63xx: update defconfig with gpiolib, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |