Skip to content

Commit

Permalink
6lowpan: fix set not used warning
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Acked-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
shemminger authored and davem330 committed Jul 25, 2017
1 parent 614d79c commit ce7426c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/bluetooth/6lowpan.c
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,6 @@ static int iphc_decompress(struct sk_buff *skb, struct net_device *netdev,
struct lowpan_peer *peer)
{
const u8 *saddr;
struct lowpan_btle_dev *dev;

dev = lowpan_btle_dev(netdev);

saddr = peer->lladdr;

Expand Down

0 comments on commit ce7426c

Please sign in to comment.