]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
NFC: nfcmrvl_usb: use interface as phy device
authorJohan Hovold <johan@kernel.org>
Thu, 30 Mar 2017 10:15:41 +0000 (12:15 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 18 Jun 2017 21:57:59 +0000 (23:57 +0200)
commit0d1ca88bbfdfdad4f6fc0421da5e4ea9a13a0d42
tree4c2239b18874e25e3d37a25c65bcda889177b07b
parentd0607aa4aee88cb097b694caa619e68f1e0a39c6
NFC: nfcmrvl_usb: use interface as phy device

Use the USB-interface rather than parent USB-device device, which is
what this driver binds to, when registering the nci device.

Note that using the right device is important when dealing with device-
managed resources as the interface can be unbound independently of the
parent device.

Also note that private device pointer had already been set by
nfcmrvl_nci_register_dev() so the redundant assignment can therefore be
removed.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/nfcmrvl/usb.c