Loading drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c +1 −1 Original line number Diff line number Diff line Loading @@ -1705,7 +1705,7 @@ static int ipa3_wwan_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) if (rmnet_ipa3_ctx->num_q6_rules != 0) { mux_mutex_ptr = &rmnet_ipa3_ctx->add_mux_channel_lock; IPAWANERR("dev(%s) register to IPA\n", IPAWANERR_RL("dev(%s) register to IPA\n", v_name); rc = ipa3_wwan_register_to_ipa( rmnet_ipa3_ctx->rmnet_index); Loading drivers/platform/msm/ipa/ipa_v3/rmnet_ipa_fd_ioctl.c +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ static long ipa3_wan_ioctl(struct file *filp, IPAWANDBG("Still allow IOCTL for exceptions (%d)\n", cmd); } else { IPAWANERR("Modem is in SSR, ignoring ioctl (%d)\n", IPAWANERR_RL("Modem is in SSR, ignoring ioctl (%d)\n", cmd); return -EAGAIN; } Loading Loading
drivers/platform/msm/ipa/ipa_v3/rmnet_ipa.c +1 −1 Original line number Diff line number Diff line Loading @@ -1705,7 +1705,7 @@ static int ipa3_wwan_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) if (rmnet_ipa3_ctx->num_q6_rules != 0) { mux_mutex_ptr = &rmnet_ipa3_ctx->add_mux_channel_lock; IPAWANERR("dev(%s) register to IPA\n", IPAWANERR_RL("dev(%s) register to IPA\n", v_name); rc = ipa3_wwan_register_to_ipa( rmnet_ipa3_ctx->rmnet_index); Loading
drivers/platform/msm/ipa/ipa_v3/rmnet_ipa_fd_ioctl.c +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ static long ipa3_wan_ioctl(struct file *filp, IPAWANDBG("Still allow IOCTL for exceptions (%d)\n", cmd); } else { IPAWANERR("Modem is in SSR, ignoring ioctl (%d)\n", IPAWANERR_RL("Modem is in SSR, ignoring ioctl (%d)\n", cmd); return -EAGAIN; } Loading