Commit 24555ac2 authored by Patrick Mochel's avatar Patrick Mochel

turn off kobject debugging by default.

parent 808897cf
......@@ -2,7 +2,7 @@
* kobject.c - library routines for handling generic kernel objects
*/
#define DEBUG 1
#define DEBUG 0
#include <linux/kobject.h>
#include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment