1
0
Fork 0

NFC: nfcmrvl: small fix in USB driver

Marvell NFC USB driver has to be updated to follow new multi
PHY driver interface.

Signed-off-by: Vincent Cuissard <cuissard@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
hifive-unleashed-5.1
Vincent Cuissard 2015-06-12 15:35:51 +02:00 committed by Samuel Ortiz
parent e097dc624f
commit 43465b7af2
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ static int nfcmrvl_probe(struct usb_interface *intf,
return PTR_ERR(priv);
drv_data->priv = priv;
drv_data->priv->phy = NFCMRVL_PHY_USB;
priv->dev = &drv_data->udev->dev;
usb_set_intfdata(intf, drv_data);