diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index e2d632e0d3eb..3182b4228cfa 100644 --- a/net/nfc/nci/core.c +++ b/net/nfc/nci/core.c @@ -1517,8 +1517,7 @@ static void nci_rx_work(struct work_struct *work) if (!nci_valid_size(skb)) { kfree_skb(skb); - kcov_remote_stop(); - break; + continue; } /* Process frame */