On Tue, Sep 09, 2008 at 03:20:35PM +0200, Janne Grunau wrote:
pr_debug() is what you want, 2.6.28 will turn it into a dynamic option
to turn on and off at a per-module level.
Actually you should be using dev_dbg() instead, that's much better and
will also work the same way on a per-module level.
thanks,
greg k-h
--