Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340944
b: refs/heads/master
c: 36b0511
h: refs/heads/master
v: v3
  • Loading branch information
Szymon Janc authored and Samuel Ortiz committed Oct 26, 2012
1 parent 3f54094 commit b8a6b79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9fc36f46f7dddb19b4facf8d9e4a792b54eba53
refs/heads/master: 36b05114d137838508ff132ef33c799a02727e1f
9 changes: 0 additions & 9 deletions trunk/net/nfc/llcp/llcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,9 +824,6 @@ static void nfc_llcp_recv_connect(struct nfc_llcp_local *local,
fail:
/* Send DM */
nfc_llcp_send_dm(local, dsap, ssap, reason);

return;

}

int nfc_llcp_queue_i_frames(struct nfc_llcp_sock *sock)
Expand Down Expand Up @@ -1039,8 +1036,6 @@ static void nfc_llcp_recv_dm(struct nfc_llcp_local *local, struct sk_buff *skb)
sk->sk_state_change(sk);

nfc_llcp_sock_put(llcp_sock);

return;
}

static void nfc_llcp_recv_snl(struct nfc_llcp_local *local,
Expand Down Expand Up @@ -1170,8 +1165,6 @@ static void nfc_llcp_rx_work(struct work_struct *work)
schedule_work(&local->tx_work);
kfree_skb(local->rx_pending);
local->rx_pending = NULL;

return;
}

void nfc_llcp_recv(void *data, struct sk_buff *skb, int err)
Expand All @@ -1187,8 +1180,6 @@ void nfc_llcp_recv(void *data, struct sk_buff *skb, int err)
local->rx_pending = skb_get(skb);
del_timer(&local->link_timer);
schedule_work(&local->rx_work);

return;
}

int nfc_llcp_data_received(struct nfc_dev *dev, struct sk_buff *skb)
Expand Down

0 comments on commit b8a6b79

Please sign in to comment.