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)
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>

No differences found