diff options
author | David S. Miller <davem@davemloft.net> | 2011-12-19 02:26:39 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-12-19 02:26:39 -0500 |
commit | d1388dacbbb1d1b2bc208a4ba18de9316dc49ce9 (patch) | |
tree | 81dce4f9269bf8948bb2c6faae3635cc28753190 /net | |
parent | ed4a51842a9d9e618d4f4c31349b15b974dba5df (diff) | |
parent | 42a3b63bb2ca4996a3d1210a004eae2333f1119e (diff) |
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
Diffstat (limited to 'net')
-rw-r--r-- | net/nfc/nci/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/nci/core.c b/net/nfc/nci/core.c index 3925c6578767..ea66034499ce 100644 --- a/net/nfc/nci/core.c +++ b/net/nfc/nci/core.c | |||
@@ -69,7 +69,7 @@ static int __nci_request(struct nci_dev *ndev, | |||
69 | __u32 timeout) | 69 | __u32 timeout) |
70 | { | 70 | { |
71 | int rc = 0; | 71 | int rc = 0; |
72 | unsigned long completion_rc; | 72 | long completion_rc; |
73 | 73 | ||
74 | ndev->req_status = NCI_REQ_PEND; | 74 | ndev->req_status = NCI_REQ_PEND; |
75 | 75 | ||