Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MFD: SM501 debug typo fix

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

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Ben Dooks and committed by
Linus Torvalds
48986f06 8ea50a3f

+1 -1
+1 -1
drivers/mfd/sm501.c
··· 156 156 157 157 dev_dbg(sm->dev, "PM0[%c]: " 158 158 "P2 %ld.%ld MHz (%ld), V2 %ld.%ld (%ld), " 159 - x "M %ld.%ld (%ld), MX1 %ld.%ld (%ld)\n", 159 + "M %ld.%ld (%ld), MX1 %ld.%ld (%ld)\n", 160 160 (pmc & 3 ) == 0 ? '*' : '-', 161 161 fmt_freq(decode_div(pll2, pm0, 24, 1<<29, 31, px_div)), 162 162 fmt_freq(decode_div(pll2, pm0, 16, 1<<20, 15, misc_div)),