staging: xgifb: checkpatch cleanup printk() -> pr_lvl()
authorSam Hansen <solid.se7en@gmail.com>
Mon, 23 Jan 2012 00:48:53 +0000 (16:48 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 17:25:45 +0000 (09:25 -0800)
commit4a6b1518d702d4bf4bb9262993c47263a8573518
tree189b0a6bbeef4eb8b12ced93599b3bf50b2945b0
parentb4fdf7be0a0e776e4e500e767600e654d8f4f6c2
staging: xgifb: checkpatch cleanup printk() -> pr_lvl()

Rewrote code to use pr_lvl() instead of printk().  There are still a few
instances of printk(), mainly in the debug code which looks like it's going to
be dropped/rewrote (most of it is blocked out).

Signed-off-by: Sam Hansen <solid.se7en@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/XGI_main_26.c