Skip to content

Commit

Permalink
NFC: nfcmrvl: small fix in USB driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vincent Cuissard authored and Samuel Ortiz committed Jun 12, 2015
1 parent e097dc6 commit 43465b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/nfc/nfcmrvl/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 43465b7

Please sign in to comment.