Skip to content

Commit

Permalink
fibocom_qmi: fixes build error (#11718)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunatickochiya authored Dec 19, 2023
1 parent ba3c8ab commit 2baf4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/wwan/driver/fibocom_QMI_WWAN/src/qmi_wwan_f.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2baf4cd

Please sign in to comment.