Re: [PATCH 6/7] sm501: Remove a misplaced x character
From: Ben Dooks <hidden>
Date: 2007-11-26 16:18:55
On Sun, Nov 25, 2007 at 10:01:31PM +0200, Ville Syrjala wrote:
sm501.c doesn't compile with debug enabled due to a misplaced x character.
Hi, thanks but a fix for this has already been submitted.
quoted hunk ↗ jump to hunk
Signed-off-by: Ville Syrjala <syrjala@sci.fi> --- drivers/mfd/sm501.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c index f31947c..4de8d46 100644 --- a/drivers/mfd/sm501.c +++ b/drivers/mfd/sm501.c@@ -137,7 +137,7 @@ static void sm501_dump_clk(struct sm501_devdata *sm) dev_dbg(sm->dev, "PM0[%c]: " "P2 %ld.%ld MHz (%ld), V2 %ld.%ld (%ld), " -x "M %ld.%ld (%ld), MX1 %ld.%ld (%ld)\n", + "M %ld.%ld (%ld), MX1 %ld.%ld (%ld)\n", (pmc & 3 ) == 0 ? '*' : '-', fmt_freq(decode_div(pll2, pm0, 24, 1<<29, 31)), fmt_freq(decode_div(pll2, pm0, 16, 1<<20, 15)),-- 1.5.2.5 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Linux-fbdev-devel mailing list Linux-fbdev-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel
-- Ben (ben@fluff.org, http://www.fluff.org/) 'a smiley only costs 4 bytes' ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/