diff --git a/pmc_common.c b/pmc_common.c index 447cf99..c1b0d3e 100644 --- a/pmc_common.c +++ b/pmc_common.c @@ -314,6 +314,7 @@ struct ptp_message *pmc_recv(struct pmc *pmc) break; case -EPROTO: pr_debug("ignoring message"); + break; } goto failed; }