Skip to content

Commit

Permalink
ieee802154: remove unnecessary break after goto
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Fabian Frederick authored and David S. Miller committed Jul 15, 2014
1 parent f301f22 commit 84dbee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ieee802154/6lowpan_iphc.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ uncompress_udp_header(struct sk_buff *skb, struct udphdr *uh)
default:
pr_debug("ERROR: unknown UDP format\n");
goto err;
break;
}

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

0 comments on commit 84dbee1

Please sign in to comment.