input: Change variables type for proper type casting 09/314009/2 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20240716.135615
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 4 Jul 2024 02:00:40 +0000 (11:00 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 16 Jul 2024 01:28:41 +0000 (10:28 +0900)
commit6c51d303615223af8ffb8ce961c4bbb1c6f9b6ca
tree1303f6d6cf399572c3c466a7fd4618f661e2ee09
parent61ca407f388917152fbe6ac1baff6d924ab3ffac
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