mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 07:42:07 +00:00
net: tulip_core: mark expected switch fall-through
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. Addresses-Coverity-ID: 114782 ("Missing break in switch") Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6da5ae5f00
commit
10c7666e70
@ -923,6 +923,7 @@ static int private_ioctl (struct net_device *dev, struct ifreq *rq, int cmd)
|
||||
data->phy_id = 1;
|
||||
else
|
||||
return -ENODEV;
|
||||
/* Fall through */
|
||||
|
||||
case SIOCGMIIREG: /* Read MII PHY register. */
|
||||
if (data->phy_id == 32 && (tp->flags & HAS_NWAY)) {
|
||||
|
Loading…
Reference in New Issue
Block a user