Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22fbd373 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: net: rmnet: Fix printk related warnings"

parents 08fea21d 0b4d336d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
@@ -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");