DST_CA_DEBUG
else if ((x > DST_CA_DEBUG) && (x > y)) \
dprintk(verbose, DST_CA_DEBUG, 1, " Length field=[%02x]", length_field);
dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%02x]\n", length);
dprintk(verbose, DST_CA_DEBUG, 1, " Length=[%04x]", length);
dprintk(verbose, DST_CA_DEBUG, 0, " String=[ ");
dprintk(verbose, DST_CA_DEBUG, 0, "%02x ", msg[i]);
dprintk(verbose, DST_CA_DEBUG, 0, "]\n");
dprintk(verbose, DST_CA_DEBUG, 1, " CA Message length=[%d]", length);
dprintk(verbose, DST_CA_DEBUG, 1, " ");
dprintk(verbose, DST_CA_DEBUG, 1, " Command=[0x%x]\n", command);
dprintk(verbose, DST_CA_DEBUG, 1, "Command = SEND_CA_PMT");
dprintk(verbose, DST_CA_DEBUG, 1, " Computing string checksum.");
dprintk(verbose, DST_CA_DEBUG, 1, " -> string length : 0x%02x", length);
dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]);
dprintk(verbose, DST_CA_DEBUG, 1, " Device opened [%p] ", file);
dprintk(verbose, DST_CA_DEBUG, 1, " Device closed.");
dprintk(verbose, DST_CA_DEBUG, 1, " Device read.");
dprintk(verbose, DST_CA_DEBUG, 1, " Device write.");