backlight: omap1: use pr_info() instead of printk()
authorJingoo Han <[email protected]>
Tue, 29 May 2012 22:07:19 +0000 (15:07 -0700)
committerLinus Torvalds <[email protected]>
Tue, 29 May 2012 23:22:30 +0000 (16:22 -0700)
commit95e93132e4df461b6344256ae7f16d3c28a4c0f3
tree06648841bd88910d4a77c1b6e6f5808e0b4a408d
parent20c225cbb679e12edac3c335357245112152a158
backlight: omap1: use pr_info() instead of printk()

Use pr_info() instead of printk() to allow dynamic debugging.  The pr_fmt
prefix for pr_ macros is used.  Also fix checkpatch warning as below:

WARNING: Prefer pr_info(... to printk(KERN_INFO, ...

[[email protected]: use KBUILD_MODNAME, per Joe]
Signed-off-by: Jingoo Han <[email protected]>
Cc: Andrzej Zaborowski <[email protected]>
Cc: Richard Purdie <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/backlight/omap1_bl.c