pmc: Add missing break in switch/case.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>master
parent
201abc9b95
commit
8ecdedaa69
|
@ -314,6 +314,7 @@ struct ptp_message *pmc_recv(struct pmc *pmc)
|
||||||
break;
|
break;
|
||||||
case -EPROTO:
|
case -EPROTO:
|
||||||
pr_debug("ignoring message");
|
pr_debug("ignoring message");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
goto failed;
|
goto failed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue