Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314194
b: refs/heads/master
c: cb3a450
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz committed Jun 4, 2012
1 parent 8127e00 commit aa20b44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 5a0f6f3b46b28310262ad9585b80062ef56c5362
refs/heads/master: cb3a4503f41f7f60bbc74a937bc30a0e143fc53c
5 changes: 0 additions & 5 deletions trunk/net/nfc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,6 @@ int nfc_dep_link_down(struct nfc_dev *dev)
goto error;
}

if (dev->rf_mode == NFC_RF_TARGET) {
rc = -EOPNOTSUPP;
goto error;
}

rc = dev->ops->dep_link_down(dev);
if (!rc) {
dev->dep_link_up = false;
Expand Down

0 comments on commit aa20b44

Please sign in to comment.