| To: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 4/4] MIPS: Loongson1B: Fix a typo |
| From: | Kelvin Cheung <keguang.zhang@gmail.com> |
| Date: | Tue, 23 Oct 2012 14:17:03 +0800 |
| Cc: | mturquette@linaro.org, Kelvin Cheung <keguang.zhang@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=/cVxNdmeCSwlhz7TeHGLUTBSy5l3yxiVEJey3HoocSk=; b=Lsyj04a/zQA75mwcbSgbxGtZPAJZ2Rsa6lNeKDD21+2391+la3PnguXeQ6qkQMeFdP hH2muylDNzvLvGvDLAiVYIbGvFZf2wvsrULdEH1HwMmgynCxhielVNm9BeNjIN8yV3q6 x6+0HSn04YgpY+4DypK8lJ1v7hDY/qwysJ9SMvz0iIKpXIWpUyxH2Ig/bMJhc4sJK2Ke IgbHaw1RBQDrdym+gWyruENpcJyCZ2SUo6gwhDNvi8FD6LrlWGy/MRPA3q6KbBJb4TF6 SdGlPnRFBpTGJGWbyLVITfSxb2tuclfTtC1WMa6t7bTNG9w79PRsamffRoPJxUIs2bta jyTQ== |
| In-reply-to: | <1350973023-7667-1-git-send-email-keguang.zhang@gmail.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1350973023-7667-1-git-send-email-keguang.zhang@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Fix a typo in the code.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
---
arch/mips/loongson1/common/clock.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/loongson1/common/clock.c
b/arch/mips/loongson1/common/clock.c
index 7db0a6a..07133de 100644
--- a/arch/mips/loongson1/common/clock.c
+++ b/arch/mips/loongson1/common/clock.c
@@ -22,7 +22,7 @@ void __init plat_time_init(void)
/* setup mips r4k timer */
clk = clk_get(NULL, "cpu");
if (IS_ERR(clk))
- panic("unable to get dc clock, err=%ld", PTR_ERR(clk));
+ panic("unable to get cpu clock, err=%ld", PTR_ERR(clk));
mips_hpt_frequency = clk_get_rate(clk) / 2;
}
--
1.7.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 3/4] MIPS: Loongson1B: Update stmmac_mdio_bus_data, Kelvin Cheung |
|---|---|
| Next by Date: | Re: [PATCH 03/32 v4] MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x., Florian Fainelli |
| Previous by Thread: | [PATCH 3/4] MIPS: Loongson1B: Update stmmac_mdio_bus_data, Kelvin Cheung |
| Next by Thread: | [PATCH] MIPS: Alchemy: update development boards defconfigs with USB platform drivers, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |