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

Commit 0b4d336d authored by Subash Abhinov Kasiviswanathan's avatar Subash Abhinov Kasiviswanathan Committed by Gerrit - the friendly Code Review server
Browse files

drivers: net: rmnet: Fix printk related warnings



Add the correct printk format specifiers to silence warnings.

Change-Id: Iada52a8e6d6a70b6e0a8941841d2b709a44e63a8
Signed-off-by: default avatarSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
parent c77acc02
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");