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

Commit 3317aeb7 authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

sis900: remove unnecessary break after return

parent 6644db0c
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -2258,7 +2258,6 @@ static int sis900_set_config(struct net_device *dev, struct ifmap *map)
		case IF_PORT_100BASEFX: /* 100BaseFx */
		case IF_PORT_100BASEFX: /* 100BaseFx */
                	/* These Modes are not supported (are they?)*/
                	/* These Modes are not supported (are they?)*/
			return -EOPNOTSUPP;
			return -EOPNOTSUPP;
			break;


		default:
		default:
			return -EINVAL;
			return -EINVAL;