net: ipx: mark expected switch fall-through
[linux-2.6-block.git] / net / ipx / af_ipx.c
index ac598ec905894b7b2b45ee67aba5c4cfd94fc24c..d21a9d128d3e44cf175cce502d0a5ca3825d338f 100644 (file)
@@ -1867,6 +1867,7 @@ static int ipx_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
                rc = -EPERM;
                if (!capable(CAP_NET_ADMIN))
                        break;
+               /* fall through */
        case SIOCGIFADDR:
                rc = ipxitf_ioctl(cmd, argp);
                break;