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

Commit 8ef007fd authored by Alexander Aring's avatar Alexander Aring Committed by David S. Miller
Browse files

6lowpan: remove unnecessary break

parent b236b954
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -440,7 +440,6 @@ lowpan_uncompress_udp_header(struct sk_buff *skb, struct udphdr *uh)
		default:
		default:
			pr_debug("ERROR: unknown UDP format\n");
			pr_debug("ERROR: unknown UDP format\n");
			goto err;
			goto err;
			break;
		}
		}


		pr_debug("uncompressed UDP ports: src = %d, dst = %d\n",
		pr_debug("uncompressed UDP ports: src = %d, dst = %d\n",