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