fix bug for BT open/close test

Signed-off-by: qwx495460 <qwx495460@notesmail.huawei.com>
This commit is contained in:
qwx495460
2018-05-11 11:12:57 +08:00
committed by Guodong Xu
parent bcfcfbff04
commit d2fa7b9893
+1 -1
View File
@@ -124,7 +124,7 @@ static void st_send_frame(unsigned char chnl_id, struct st_data_s *st_gdata)
(st_gdata->list[chnl_id]->priv_data, st_gdata->rx_skb)
!= 0)) {
pr_err(" proto stack %d's ->recv failed", chnl_id);
kfree_skb(st_gdata->rx_skb);
//kfree_skb(st_gdata->rx_skb); //fix bug for BT open/close test
return;
}
} else {