Commit 69aeb8fc authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Turn on debugging printks for a while.

Lets see if we can't track down some of the stranger reports.
Also fix up the macro not to printk some ': ' it doesnt need to.
parent 420435e7
......@@ -32,9 +32,9 @@
#define PFX "agpgart: "
//#define AGP_DEBUG 1
#define AGP_DEBUG 1
#ifdef AGP_DEBUG
#define DBG(x,y...) printk (KERN_DEBUG PFX ": %s: " x "\n", __FUNCTION__ , ## y)
#define DBG(x,y...) printk (KERN_DEBUG PFX "%s: " x "\n", __FUNCTION__ , ## y)
#else
#define DBG(x,y...) do { } while (0)
#endif
......
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