diff options
Diffstat (limited to 'net/nfc/nci/data.c')
-rw-r--r-- | net/nfc/nci/data.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/nfc/nci/data.c b/net/nfc/nci/data.c index 76c48c5324f8..2a9399dd6c68 100644 --- a/net/nfc/nci/data.c +++ b/net/nfc/nci/data.c | |||
@@ -80,8 +80,6 @@ static inline void nci_push_data_hdr(struct nci_dev *ndev, | |||
80 | 80 | ||
81 | nci_mt_set((__u8 *)hdr, NCI_MT_DATA_PKT); | 81 | nci_mt_set((__u8 *)hdr, NCI_MT_DATA_PKT); |
82 | nci_pbf_set((__u8 *)hdr, pbf); | 82 | nci_pbf_set((__u8 *)hdr, pbf); |
83 | |||
84 | skb->dev = (void *) ndev; | ||
85 | } | 83 | } |
86 | 84 | ||
87 | static int nci_queue_tx_data_frags(struct nci_dev *ndev, | 85 | static int nci_queue_tx_data_frags(struct nci_dev *ndev, |