Re: [PATCH 52/69] staging: unisys: remove DBGINF() macros

2015-01-09 Thread Greg KH
On Fri, Dec 05, 2014 at 05:09:27PM -0500, Benjamin Romer wrote: > Remove the DBGINF() group of logging macros and use pr_debug() instead. Fix > places that used the DBGINF() macro so they actually print the expected value, > because they were not being compiled at all before the switchover. > > Si

[PATCH 52/69] staging: unisys: remove DBGINF() macros

2014-12-05 Thread Benjamin Romer
Remove the DBGINF() group of logging macros and use pr_debug() instead. Fix places that used the DBGINF() macro so they actually print the expected value, because they were not being compiled at all before the switchover. Signed-off-by: Ken Depro Signed-off-by: Benjamin Romer --- drivers/stagin