diff --git a/fm_hci/fm_hci.c b/fm_hci/fm_hci.c
index 0cf2de83861fa3b3237125301654179eac3b7110..d559b74ed01d1e0cebad79c6b0ad6bd79c0030c7 100644
--- a/fm_hci/fm_hci.c
+++ b/fm_hci/fm_hci.c
@@ -265,8 +265,7 @@ static int read_fm_event(int fd, FM_EVT_HDR *pbuf, int len)
                         } else if (pbuf->evt_code == FM_HW_ERR_EVENT) {
                               ALOGI("%s: FM H/w Err Event Recvd. Event Code: 0x%2x", __func__, pbuf->evt_code);
                               lib_running =0;
-                              // commented till bt vendor include added
-                             // fm_vnd_if->ssr_cleanup(0x22);
+                              fm_vnd_if->ssr_cleanup(0x22);
                         } else {
                             ALOGI("%s: Not CS/CC Event: Recvd. Event Code: 0x%2x", __func__, pbuf->evt_code);
                             evt_type = -1;