ldm_debug
#define ldm_debug(...) do {} while (0)
#define ldm_debug(f, a...) _ldm_printk (KERN_DEBUG, __func__, f, ##a)