1
0

datarmnet: Changes for kalama

Changes needed to update datarmnet for target kalama

CRs-Fixed: 3085494
Change-Id: Ibfb837aab4f9db21a5708ea3e24e85afca2cd5d9
Signed-off-by: Conner Huff <quic_chuff@quicinc.com>
Este cometimento está contido em:
Conner Huff
2021-10-20 14:59:21 -07:00
cometido por Subash Abhinov Kasiviswanathan
ascendente 70615d956b
cometimento 24780f8b89
10 ficheiros modificados com 20 adições e 17 eliminações

Ver ficheiro

@@ -159,7 +159,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;
@@ -349,7 +349,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");