summaryrefslogtreecommitdiff
path: root/net/nfc/nci/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/nfc/nci/lib.c')
-rw-r--r--net/nfc/nci/lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/nfc/nci/lib.c b/net/nfc/nci/lib.c
index e99adcfb1bcf..6a63e5eb483d 100644
--- a/net/nfc/nci/lib.c
+++ b/net/nfc/nci/lib.c
@@ -77,9 +77,6 @@ int nci_to_errno(__u8 code)
case NCI_STATUS_NFCEE_TIMEOUT_ERROR:
return -ETIMEDOUT;
- case NCI_STATUS_MAX_ACTIVE_NFCEE_INTERFACES_REACHED:
- return -EDQUOT;
-
case NCI_STATUS_FAILED:
default:
return -ENOSYS;