commit | f0f2c90365d933ee0a160b4bf5723fc303d9ab73 | [log] [tgz] |
---|---|---|
author | Tony K Nadackal <tony.nadackal@arm.com> | Wed Dec 07 20:44:05 2022 +0000 |
committer | Tony K Nadackal <tony.nadackal@arm.com> | Thu Dec 08 13:42:25 2022 +0000 |
tree | 879c669575855c89a2b310c992e1ce4990573ecb | |
parent | 3a3e0e5371e99b3764fd8e8d98a447911f3bb915 [diff] |
fix(scmi): change function prototype to fix gcc error Change function prototype of plat_css_get_scmi_info() to fix the GCC sign conversion error "comparison between signed and unsigned integer expressions". Changing channel_id type to unsigned int since it can never be a negative value. Signed-off-by: Tony K Nadackal <tony.nadackal@arm.com> Change-Id: I579b21497329db40897c10d86c8fc68e4877f3db