Skip to content

Commit

Permalink
6lowpan: remove unnecessary break
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reviewed-by: Werner Almesberger <werner@almesberger.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexander Aring authored and David S. Miller committed Oct 28, 2013
1 parent b236b95 commit 8ef007f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ieee802154/6lowpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ lowpan_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 8ef007f

Please sign in to comment.