fix bug for BT open/close test
Signed-off-by: qwx495460 <qwx495460@notesmail.huawei.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user