Hi Dan, On Tue, Jun 18, 2013 at 01:48:26AM +0300, Dan Carpenter wrote: > There is a cut and paste bug so we enable a second time instead of > disabling. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > > diff --git a/net/nfc/hci/core.c b/net/nfc/hci/core.c > index 7b1c186..3fdefc1 100644 > --- a/net/nfc/hci/core.c > +++ b/net/nfc/hci/core.c > @@ -717,7 +717,7 @@ static int hci_disable_se(struct nfc_dev *nfc_dev, u32 se_idx) > struct nfc_hci_dev *hdev = nfc_get_drvdata(nfc_dev); > > if (hdev->ops->disable_se) > - return hdev->ops->enable_se(hdev, se_idx); > + return hdev->ops->disable_se(hdev, se_idx); > > return 0; > } Applied to nfc-fixes, thanks. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html