Loading drivers/net/ethernet/qualcomm/rmnet/rmnet_genl.c +2 −2 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ void rmnet_boost_for_pid(pid_t pid, int boost_enable, continue; /* PID Match found */ rm_err("CORE_BOOST: enable boost for pid %d for %d ms", rm_err("CORE_BOOST: enable boost for pid %d for %llu ms", pid, boost_period); node_p->sched_boost_enable = boost_enable; node_p->sched_boost_period_ms = boost_period; Loading Loading @@ -340,7 +340,7 @@ int rmnet_core_genl_pid_boost_req_hdlr(struct sk_buff *skb_2, u16 boost_pid_cnt = RMNET_CORE_GENL_MAX_PIDS; u16 i = 0; rm_err("%s", "CORE_GNL: %s", __func__); rm_err("CORE_GNL: %s", __func__); if (!info) { rm_err("%s", "CORE_GNL: error - info is null"); Loading Loading
drivers/net/ethernet/qualcomm/rmnet/rmnet_genl.c +2 −2 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ void rmnet_boost_for_pid(pid_t pid, int boost_enable, continue; /* PID Match found */ rm_err("CORE_BOOST: enable boost for pid %d for %d ms", rm_err("CORE_BOOST: enable boost for pid %d for %llu ms", pid, boost_period); node_p->sched_boost_enable = boost_enable; node_p->sched_boost_period_ms = boost_period; Loading Loading @@ -340,7 +340,7 @@ int rmnet_core_genl_pid_boost_req_hdlr(struct sk_buff *skb_2, u16 boost_pid_cnt = RMNET_CORE_GENL_MAX_PIDS; u16 i = 0; rm_err("%s", "CORE_GNL: %s", __func__); rm_err("CORE_GNL: %s", __func__); if (!info) { rm_err("%s", "CORE_GNL: error - info is null"); Loading