DPRINT_TLA
#define DPRINT_TLA(a, op, b) do {} while (0)
#define DPRINT_TLA(a, op, b) pr_info("%s %s %s\n", a, op, b);