fibocom_qmi: fixes build error (#11718)

This commit is contained in:
lunatickochiya 2023-12-19 15:10:25 +08:00 committed by GitHub
parent ba3c8ab2f3
commit 2baf4cdc28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2096,8 +2096,8 @@ static int qmi_wwan_reset_resume(struct usb_interface *intf)
static int rmnet_usb_bind(struct usbnet *dev, struct usb_interface *intf)
{
dev_err(&intf->dev, "rmnet_usb_bind\n");
int status = qmi_wwan_bind(dev, intf);
dev_err(&intf->dev, "rmnet_usb_bind\n");
if (!status) {
struct qmi_wwan_state *info = (void *)&dev->data;