[PATCH 01/30] dlci: remove unnecessary break after return

From: Fabian Frederick
Date: Sun Jul 20 2014 - 10:17:57 EST


Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx>
---
drivers/net/wan/dlci.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/net/wan/dlci.c b/drivers/net/wan/dlci.c
index 19f7cb2..7ebfafe 100644
--- a/drivers/net/wan/dlci.c
+++ b/drivers/net/wan/dlci.c
@@ -255,7 +255,6 @@ static int dlci_dev_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd)
return -EINVAL;

return dlci_config(dev, ifr->ifr_data, cmd == DLCI_GET_CONF);
- break;

default:
return -EOPNOTSUPP;
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/