[<prev] [next>] [day] [month] [year] [list]
Message-Id: <89161c7fbe53f17b4e1e29795cb9dfeb7d627553.1284267142.git.joe@perches.com>
Date: Sat, 11 Sep 2010 22:10:50 -0700
From: Joe Perches <joe@...ches.com>
To: Jiri Kosina <trivial@...nel.org>
Cc: Haavard Skinnemoen <hskinnemoen@...el.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 02/11] arch/avr32: Remove pr_<level> uses of KERN_<level>
Signed-off-by: Joe Perches <joe@...ches.com>
---
arch/avr32/mach-at32ap/at32ap700x.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach-at32ap/at32ap700x.c
index e67c999..09a9399 100644
--- a/arch/avr32/mach-at32ap/at32ap700x.c
+++ b/arch/avr32/mach-at32ap/at32ap700x.c
@@ -256,8 +256,8 @@ static long pll1_set_rate(struct clk *clk, unsigned long rate, int apply)
return -EINVAL;
if (clk->users > 0)
return -EBUSY;
- pr_debug(KERN_INFO "clk %s: new rate %lu (actual rate %lu)\n",
- clk->name, rate, actual_rate);
+ pr_debug("clk %s: new rate %lu (actual rate %lu)\n",
+ clk->name, rate, actual_rate);
pm_writel(PLL1, ctrl);
}
--
1.7.3.rc1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists