Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48986f06 authored by Ben Dooks's avatar Ben Dooks Committed by Linus Torvalds
Browse files

MFD: SM501 debug typo fix



Remove errnoeous x character from dev_dbg() call that stops the driver
compiling under debug.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8ea50a3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,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, px_div)),
		 fmt_freq(decode_div(pll2, pm0, 16, 1<<20, 15, misc_div)),