commit | 9ba8376ce1e2cbf4ce44f7e4bee1d0648e10d594 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Tue Jul 17 20:17:33 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 18 15:25:25 2018 -0700 |
tree | 31483ce274788fcc3c4ef1ae8faa4895c329aa65 | |
parent | 6b81b193b83e87da1ea13217d684b54fccf8ee8a [diff] |
ptp: fix missing break in switch It seems that a *break* is missing in order to avoid falling through to the default case. Otherwise, checking *chan* makes no sense. Fixes: 72df7a7244c0 ("ptp: Allow reassigning calibration pin function") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Acked-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>