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

Commit d387ca8e authored by Arun KS's avatar Arun KS
Browse files

msm: ipa3: Fix IPAWANDBG formatting errors



This patch fixes the wrong format specifier to match their data types.

Change-Id: I1e99e32ef1f0babb223dec851c8a4584f67c1aa9
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent 65119ded
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4842,7 +4842,7 @@ int rmnet_ipa3_query_per_client_stats_v2(
				lan_client[i].mac,
				IPA_MAC_ADDR_SIZE);

		IPAWANDBG("Client ipv4_tx_bytes = %lu, ipv4_rx_bytes = %lu\n",
		IPAWANDBG("Client ipv4_tx_bytes = %llu, ipv4_rx_bytes = %llu\n",
				data->client_info[i].ipv4_tx_bytes,
				data->client_info[i].ipv4_rx_bytes);