ARM: davinci: Use standard logging styles
authorJoe Perches <joe@perches.com>
Sat, 1 Nov 2014 00:51:51 +0000 (17:51 -0700)
committerSekhar Nori <nsekhar@ti.com>
Tue, 18 Nov 2014 15:36:41 +0000 (21:06 +0530)
Convert printks to pr_<level> and pr_warning to pr_warn.

Other miscellanea:

o Coalesce formats
o Realign arguments
o Use %s, __func__ instead of embedded function names
o Add pr_fmt to mityomapl138 and mux

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>

No differences found