Loading drivers/net/usb/rmnet_usb_ctrl.c +6 −1 Original line number Diff line number Diff line Loading @@ -479,6 +479,11 @@ static int rmnet_usb_ctrl_write_cmd(struct rmnet_ctrl_udev *dev, u8 req, if (ret < 0) dev->tx_ctrl_err_cnt++; /* if we are here after device disconnect * usb_unbind_interface() takes care of * residual pm_autopm_get_interface_* calls */ if (test_bit(RMNET_CTRL_DEV_READY, &dev->status)) usb_autopm_put_interface(dev->intf); return ret; Loading Loading
drivers/net/usb/rmnet_usb_ctrl.c +6 −1 Original line number Diff line number Diff line Loading @@ -479,6 +479,11 @@ static int rmnet_usb_ctrl_write_cmd(struct rmnet_ctrl_udev *dev, u8 req, if (ret < 0) dev->tx_ctrl_err_cnt++; /* if we are here after device disconnect * usb_unbind_interface() takes care of * residual pm_autopm_get_interface_* calls */ if (test_bit(RMNET_CTRL_DEV_READY, &dev->status)) usb_autopm_put_interface(dev->intf); return ret; Loading