We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8eeb74 commit 3563c62Copy full SHA for 3563c62
drivers/input/tablet/gtco.c
@@ -892,7 +892,8 @@ static int gtco_probe(struct usb_interface *usbinterface,
892
if (usb_endpoint_xfer_int(endpoint))
893
dev_dbg(&usbinterface->dev, "endpoint: we have interrupt endpoint\n");
894
895
- dev_dbg(&usbinterface->dev, "endpoint extra len:%d\n", usbinterface->altsetting[0].extralen);
+ dev_dbg(&usbinterface->dev, "interface extra len:%d\n",
896
+ usbinterface->cur_altsetting->extralen);
897
898
/*
899
* Find the HID descriptor so we can find out the size of the
0 commit comments