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

Commit 4d3520cb authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

drop_monitor: remove unnecessary break after return

parent aee944dd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -289,10 +289,8 @@ static int net_dm_cmd_trace(struct sk_buff *skb,
	switch (info->genlhdr->cmd) {
	case NET_DM_CMD_START:
		return set_all_monitor_traces(TRACE_ON);
		break;
	case NET_DM_CMD_STOP:
		return set_all_monitor_traces(TRACE_OFF);
		break;
	}

	return -ENOTSUPP;