mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-19 17:01:09 +00:00
While parsing per effect properties, element size is obtained as u32 data type which converts the negative value like -EINVAL to a large value and fails parsing the property. Fix it by using "int" data type. Change-Id: Ifd64495e4cd810f12be61268f2eb9c6174ceede7 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>