u32 boot_param;
        char ddcname[64];
        int err;
-       struct intel_debug_features features;
 
        BT_DBG("%s", hdev->name);
 
                btintel_load_ddc_config(hdev, ddcname);
        }
 
-       /* Read the Intel supported features and if new exception formats
-        * supported, need to load the additional DDC config to enable.
-        */
-       err = btintel_read_debug_features(hdev, &features);
-       if (!err) {
-               /* Set DDC mask for available debug features */
-               btintel_set_debug_features(hdev, &features);
-       }
-
        /* Read the Intel version information after loading the FW  */
        err = btintel_read_version(hdev, &new_ver);
        if (err)
        u32 boot_param;
        char ddcname[64];
        int err;
-       struct intel_debug_features features;
        struct intel_version_tlv new_ver;
 
        bt_dev_dbg(hdev, "");
         */
        btintel_load_ddc_config(hdev, ddcname);
 
-       /* Read the Intel supported features and if new exception formats
-        * supported, need to load the additional DDC config to enable.
-        */
-       err = btintel_read_debug_features(hdev, &features);
-       if (!err) {
-               /* Set DDC mask for available debug features */
-               btintel_set_debug_features(hdev, &features);
-       }
-
        /* Read the Intel version information after loading the FW  */
        err = btintel_read_version_tlv(hdev, &new_ver);
        if (err)