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;
|
break;
|
||||||
case -EPROTO:
|
case -EPROTO:
|
||||||
pr_debug("ignoring message");
|
pr_debug("ignoring message");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
goto failed;
|
goto failed;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user