Subversion Repositories Kolibri OS

Rev

Rev 1123 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1123 Rev 1125
Line 65... Line 65...
65
    do {                                        \
65
    do {                                        \
66
        dbgprintf("drm debug: %s" fmt,          \
66
        dbgprintf("drm debug: %s" fmt,          \
67
                     __func__, ##args);         \
67
                     __func__, ##args);         \
68
    } while (0)
68
    } while (0)
Line -... Line 69...
-
 
69
 
-
 
70
#define DRM_DEBUG(fmt, arg...)     \
-
 
71
    printk("[" DRM_NAME ":%s] " fmt , __func__ , ##arg)
69
 
72
 
Line 70... Line 73...
70
#if 0
73
#if 0
71
 
74
 
72
/***********************************************************************/
75
/***********************************************************************/