]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2af548a77556727887a99ae632c52f539f9d53b6
tree189b0a6bbeef4eb8b12ced93599b3bf50b2945b0
parentdcaad85da96f238e31b878f3eb22ef521c949dd2
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