]> Pileus Git - ~andy/linux/commit
arm: omap3: pm34xx.c: Replace printk() with appropriate pr_*()
authorMark A. Greer <mgreer@animalcreek.com>
Sun, 18 Mar 2012 01:22:48 +0000 (18:22 -0700)
committerKevin Hilman <khilman@ti.com>
Thu, 22 Mar 2012 23:11:17 +0000 (16:11 -0700)
commit981798569b090543453baccbc0657fbcea311668
treeb6a48804fa261715d2abd28d8812a125fd62982d
parentce229c5d79c03f09d4612dd2bcbff532fdc24e80
arm: omap3: pm34xx.c: Replace printk() with appropriate pr_*()

Currently, pm34xx.c has a mix of printk() and pr_*() statements
so replace the printk() statements with the equivalent pr_*()
statements.

Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/pm34xx.c