Searched refs:bus_debug (Results 1 – 1 of 1) sorted by relevance
112 static int bus_debug = 1; variable114 #define PDEBUG(a) if (bus_debug) {PRINTK("%s:%d: ", __func__, __LINE__), PRINTK a; PRINTK("\n…