Bluetooth: Fix IPSP connection callback event issue.
[platform/kernel/linux-starfive.git] / net / tipc / netlink_compat.c
index fc68733..dfea27a 100644 (file)
@@ -880,7 +880,7 @@ static int tipc_nl_compat_name_table_dump_header(struct tipc_nl_compat_msg *msg)
        };
 
        ntq = (struct tipc_name_table_query *)TLV_DATA(msg->req);
-       if (TLV_GET_DATA_LEN(msg->req) < sizeof(struct tipc_name_table_query))
+       if (TLV_GET_DATA_LEN(msg->req) < (int)sizeof(struct tipc_name_table_query))
                return -EINVAL;
 
        depth = ntohl(ntq->depth);