Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 015435e0 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

dlci: remove unnecessary break after return

parent fa4eff44
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;