aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc
diff options
context:
space:
mode:
Diffstat (limited to 'net/nfc')
-rw-r--r--net/nfc/nci/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c
index 37de28e97330..c55f233a5e2c 100644
--- a/net/nfc/nci/core.c
+++ b/net/nfc/nci/core.c
@@ -71,7 +71,7 @@ static int __nci_request(struct nci_dev *ndev,
71 __u32 timeout) 71 __u32 timeout)
72{ 72{
73 int rc = 0; 73 int rc = 0;
74 unsigned long completion_rc; 74 long completion_rc;
75 75
76 ndev->req_status = NCI_REQ_PEND; 76 ndev->req_status = NCI_REQ_PEND;
77 77