Searched refs:scanlog_debug (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dscanlog.c41 #define DEBUG(A...) do { if (scanlog_debug) printk(KERN_ERR "scanlog: " A); } while (0)
43 static int scanlog_debug; variable
142 scanlog_debug = 1;
145 scanlog_debug = 0;

Completed in 114 milliseconds