[PATCH 4/7] usb: misc: uss720: point pp->dev to usbdev->dev

Alex Henrie <[email protected]> Mon, 11 Mar 2024 23:50:29 -0600
Newsgroups gmane.linux.usb.general,gmane.linux.parport
Message-ID <[email protected]>
This avoids a "fix this legacy no-device port driver" warning.

Signed-off-by: Alex Henrie <[email protected]>
---
 drivers/usb/misc/uss720.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/misc/uss720.c b/drivers/usb/misc/uss720.c
index fadceb7ab34d..be7d3fa4c150 100644
--- a/drivers/usb/misc/uss720.c
+++ b/drivers/usb/misc/uss720.c
@@ -720,6 +720,7 @@ static int uss720_probe(struct usb_interface *intf,
 	priv->pp = pp;
 	pp->private_data = priv;
 	pp->modes = PARPORT_MODE_TRISTATE | PARPORT_MODE_EPP | PARPORT_MODE_ECP | PARPORT_MODE_COMPAT;
+	pp->dev = &usbdev->dev;
 
 	/* set the USS720 control register to manual mode, no ECP compression, enable all ints */
 	set_1284_register(pp, 7, 0x00, GFP_KERNEL);
-- 
2.44.0