On Mon, 2013-03-04 at 13:18 -0500, Konrad Rzeszutek Wilk wrote: > as if you are debugging this driver you would be using 'debug' > on the command line anyhow - and this would dump the debug > data on the proper loglevel. Please add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt before any #includes and remove all the "zcache: " prefixes from the pr_<level> uses. > + pr_debug("zcache: obj_count=%zd\n", zcache_obj_count); just pr_debug("obj_count=%zd\n", zcache_obj_count); etc. _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel