input: Change variables type for proper type casting 00/314000/1 accepted/tizen_unified_dev accepted/tizen/unified/20240704.173833 accepted/tizen/unified/dev/20240708.001547
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 4 Jul 2024 02:00:40 +0000 (11:00 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Thu, 4 Jul 2024 02:03:42 +0000 (11:03 +0900)
commitfa803b1044587af6d90601537f90f934e386ca09
tree1303f6d6cf399572c3c466a7fd4618f661e2ee09
parent5a31979d9b45636f9be47e4bd8f8af4ef02756df
input: Change variables type for proper type casting

When syscommon_resman_get_resource_attr_uint64_with_2_user_data() treats getter data,
that type is handled with u_int64_t type.
However, getter parameter type was int/unsigned int type.
The types should be changed to appropriate ones
because they can cause problems when handled as 4 bytes size.
They are not compatible with the size of u_int64_t type.

Change-Id: Ib603de22cf5f825a4b28f7fbbdac83674d3ac9e0
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/input/input.c