aboutsummaryrefslogtreecommitdiff
path: root/net/ipc_router/ipc_router_security.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipc_router/ipc_router_security.c')
-rw-r--r--net/ipc_router/ipc_router_security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipc_router/ipc_router_security.c b/net/ipc_router/ipc_router_security.c
index 9deab65f925..50db88d0c4e 100644
--- a/net/ipc_router/ipc_router_security.c
+++ b/net/ipc_router/ipc_router_security.c
@@ -118,7 +118,7 @@ int msm_ipc_config_sec_rules(void *arg)
return -EINVAL;
if (sec_rules_arg.num_group_info > (SIZE_MAX / sizeof(gid_t))) {
- pr_err("%s: Integer Overflow %d * %d\n", __func__,
+ pr_err("%s: Integer Overflow %zu * %d\n", __func__,
sizeof(gid_t), sec_rules_arg.num_group_info);
return -EINVAL;
}